From: erickson Date: Fri, 6 May 2005 01:05:10 +0000 (+0000) Subject: testing X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=6f62436e994c419ed66646d9e96d49e6b15877ae;p=opensrf%2Fbjwebb.git testing git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@298 9efc2488-bf62-4759-914b-345cdb29e865 --- diff --git a/src/javascript/JSON.js b/src/javascript/JSON.js index 4f72372..e12418f 100644 --- a/src/javascript/JSON.js +++ b/src/javascript/JSON.js @@ -58,6 +58,8 @@ function js2JSON(arg) { } } return '[' + o + ']'; + + /* } else if (typeof arg.toString != 'undefined') { o = ''; for (i in arg) { @@ -75,6 +77,7 @@ function js2JSON(arg) { } else { return; + */ } } }