made changes to eval vs JSON.parse
author"arangana <arun@mozilla.com>"
Wed, 10 Apr 2013 17:10:49 -0400
changeset 28 6f9468b63f86
parent 27 9c4aa2b90fb5
child 29 84475d90b564
made changes to eval vs JSON.parse
Overview.html
--- a/Overview.html	Wed Apr 10 17:01:44 2013 -0400
+++ b/Overview.html	Wed Apr 10 17:10:49 2013 -0400
@@ -336,7 +336,7 @@
           {
             if(e.target.result === src_hash)
             {
-                eval(src);
+                JSON.parse(src);
             }
             else
             {