From: Alan Knowles Date: Tue, 3 Aug 2021 09:40:26 +0000 (+0800) Subject: Fix #6912 - issue with parsing Roo.lib.Dom X-Git-Url: http://git.roojs.org/?p=roojs1;a=commitdiff_plain;h=dc0deb4ab24ebb1144a9c7c0cea2e5d6bedb54e1 Fix #6912 - issue with parsing Roo.lib.Dom --- diff --git a/Roo.js b/Roo.js index bb98fe5ec8..08881e14bf 100644 --- a/Roo.js +++ b/Roo.js @@ -19,7 +19,7 @@ window["undefined"] = window["undefined"]; /** * @class Roo * Roo core utilities and functions. - * @singleton + * @static */ var Roo = {}; /** diff --git a/Roo/lib/Dom.js b/Roo/lib/Dom.js index 62c4e24271..8a5465cb73 100644 --- a/Roo/lib/Dom.js +++ b/Roo/lib/Dom.js @@ -1,19 +1,10 @@ -/* - * Based on: - * Ext JS Library 1.1.1 - * Copyright(c) 2006-2007, Ext JS, LLC. - * - * Originally Released Under LGPL - original licence link has changed is not relivant. - * - * Fork - LGPL - *