Edit out toJSON() prototypes since they're breaking unit tests.

git-svn-id: http://svn.openlayers.org/trunk/openlayers@991 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
crschmidt
2006-07-21 03:40:31 +00:00
parent 4f208e2207
commit 02efb5c213
+2 -1
View File
@@ -201,13 +201,14 @@ OpenLayers.addScript = function(url) {
} }
}; };
Object.prototype.toJSONString = function () { /* Object.prototype.toJSONString = function () {
return s.object(this); return s.object(this);
}; };
Array.prototype.toJSONString = function () { Array.prototype.toJSONString = function () {
return s.array(this); return s.array(this);
}; };
*/
})(); })();
String.prototype.parseJSON = function () { String.prototype.parseJSON = function () {