[otrs-cvs] otrs/var/httpd/htdocs/js/thirdparty/json json2.js, 1.5, 1.6
"CVS commits notifications of OTRS.org" <[email protected]>
| Newsgroups | gmane.comp.otrs.cvs |
|---|---|
| Message-ID | <[email protected]> |
Comments:
Update of /home/cvs/otrs/var/httpd/htdocs/js/thirdparty/json
In directory lancelot:/tmp/cvs-serv11689/var/httpd/htdocs/js/thirdparty/json
Modified Files:
json2.js
Log Message:
Updated json2.js.
Author: mn
Index: json2.js
===================================================================
RCS file: /home/cvs/otrs/var/httpd/htdocs/js/thirdparty/json/json2.js,v
retrieving revision 1.5
retrieving revision 1.6
diff -2 -u -d -r1.5 -r1.6
--- json2.js 28 Oct 2011 09:05:54 -0000 1.5
+++ json2.js 11 Dec 2012 10:00:03 -0000 1.6
@@ -1,5 +1,5 @@
/*
- http://www.JSON.org/json2.js
- 2011-10-19
+ json2.js
+ 2012-10-08
Public Domain.
@@ -160,6 +160,5 @@
// methods in a closure to avoid creating global variables.
-var JSON;
-if (!JSON) {
+if (typeof JSON !== 'object') {
JSON = {};
}
@@ -485,3 +484,3 @@
};
}
-}());
\ No newline at end of file
+}());
---------------------------------------------------------------------
OTRS mailing list: cvs-log - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/cvs-log
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/cvs-log