Gordon Stratton schrieb:
https://issues.apache.org/jira/browse/COUCHDB-171


Nice! This makes it easy to make a small temporary fix for firefox3.1beta which I attached in case anyone else is interested.

Regards,
Sven Helmberger

Index: share/www/script/json2.js
===================================================================
--- share/www/script/json2.js	(Revision 732522)
+++ share/www/script/json2.js	(Arbeitskopie)
@@ -15,7 +15,7 @@
     code into your pages.
 */
 
-if (!this.JSON) {
+if ( true  /*!this.JSON*/) {
 
     JSON = function () {
 
@@ -156,4 +156,4 @@
             }
         };
     }();
-}
\ No newline at end of file
+}

Reply via email to