diff src/jscomp.sml @ 960:6f34950825b6

Hopefully fixed Jscomp bug that was breaking Grid
author Adam Chlipala <adamc@hcoop.net>
date Sat, 19 Sep 2009 10:56:09 -0400
parents 5be3d19b59f3
children 8c37699de273
line wrap: on
line diff
--- a/src/jscomp.sml	Fri Sep 18 19:30:09 2009 -0400
+++ b/src/jscomp.sml	Sat Sep 19 10:56:09 2009 -0400
@@ -1055,7 +1055,7 @@
                                 (strcat (str "cs(function(){"
                                          :: locals
                                          @ [str "return ",
-                                            compact inner e,
+                                            (*compact inner*) e,
                                             str "})"]),
                                  st)
                             end