Ticket #4977: jsonSupport.patch
File jsonSupport.patch, 392 bytes (added by , 13 years ago) |
---|
-
src/support.js
diff --git a/src/support.js b/src/support.js index 332839d..1aa5318 100644
a b 46 46 // (IE uses styleFloat instead of cssFloat) 47 47 cssFloat: !!a.style.cssFloat, 48 48 49 // Check to see if we have a native JSON parser 50 json: typeof JSON === "object" && JSON.parse, 51 49 52 // Will be defined later 50 53 scriptEval: false, 51 54 noCloneEvent: true,