Revision: 3781
Author: mikesamuel
Date: Wed Oct 7 10:42:25 2009
Log: Edited wiki page through web user interface.
http://code.google.com/p/google-caja/source/detail?r=3781
Modified:
/wiki/UserAgentContext.wiki
=======================================
--- /wiki/UserAgentContext.wiki Tue Oct 6 20:14:04 2009
+++ /wiki/UserAgentContext.wiki Wed Oct 7 10:42:25 2009
@@ -77,7 +77,7 @@
==Code Eliminating Minifier==
Next, we define a rewriter that reads the JSON file, and finds
-expressions in conditions that match those and that contain non-global
references.
+expressions in conditions that match those and that contain no non-global
references.
We then inline any assertions or their negations, and constant fold over
comparison
and logic operators.