comparison 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
comparison
equal deleted inserted replaced
959:53b9aeac676c 960:6f34950825b6
1053 in 1053 in
1054 foundJavaScript := true; 1054 foundJavaScript := true;
1055 (strcat (str "cs(function(){" 1055 (strcat (str "cs(function(){"
1056 :: locals 1056 :: locals
1057 @ [str "return ", 1057 @ [str "return ",
1058 compact inner e, 1058 (*compact inner*) e,
1059 str "})"]), 1059 str "})"]),
1060 st) 1060 st)
1061 end 1061 end
1062 1062
1063 | EClosure _ => unsupported "EClosure" 1063 | EClosure _ => unsupported "EClosure"