Revision: 3782
Author: mikesamuel
Date: Wed Oct  7 10:44:36 2009
Log: Fixing HTML 5 strict mode test.
http://code.google.com/p/google-caja/source/detail?r=3782

Modified:
 /wiki/UserAgentContext.wiki

=======================================
--- /wiki/UserAgentContext.wiki Wed Oct  7 10:42:25 2009
+++ /wiki/UserAgentContext.wiki Wed Oct  7 10:44:36 2009
@@ -59,7 +59,7 @@
   "typeof window.JSON": 'undefined',
   "!!window.addEventListener": true,
   "!!window.attachEventr": true,
-  "(function () { 'use strict'; return this === null; })()": false
+  "!!(function () { 'use strict'; return this; })()": false
 })
 }}}
 where each key is a snippet of javascript that has no side-effect, and

Reply via email to