From: Alan Knowles Date: Wed, 4 Aug 2021 04:56:30 +0000 (+0800) Subject: sync X-Git-Url: http://git.roojs.org/?p=roojs1;a=commitdiff_plain;h=102ccb66c849e151b9a10a04a3c06c3071162b1f sync --- diff --git a/Roo/util/JSON.js b/Roo/util/JSON.js index 5dc12aa293..4bcd6918a0 100644 --- a/Roo/util/JSON.js +++ b/Roo/util/JSON.js @@ -13,7 +13,7 @@ * Modified version of Douglas Crockford"s json.js that doesn"t * mess with the Object prototype * http://www.json.org/js.html - * @singleton + * @static */ Roo.util.JSON = new (function(){ var useHasOwn = {}.hasOwnProperty ? true : false; diff --git a/Roo/util/TaskRunner.js b/Roo/util/TaskRunner.js index bc8ece8997..a95218d527 100644 --- a/Roo/util/TaskRunner.js +++ b/Roo/util/TaskRunner.js @@ -8,7 +8,12 @@ * Fork - LGPL *