mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-18 17:05:17 +00:00
added functions DOM.parseJSON and DOM.stringifyJSON
This commit is contained in:
parent
02c0b7e871
commit
7c9268bd14
5 changed files with 69 additions and 16 deletions
|
|
@ -96,7 +96,7 @@ Util = exports || {};
|
|||
var lArg = pArg,
|
||||
lConsole = Scope.console,
|
||||
lDate = '[' + Util.getDate() + '] ';
|
||||
|
||||
|
||||
if(lConsole && pArg)
|
||||
lConsole.log(lDate, lArg);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue