diff src/jscomp.sml @ 1258:78b36c50daf9

Fix width/height CSS choices for table rows/columns; stop warning about inability to embed type in JavaScript
author Adam Chlipala <adamc@hcoop.net>
date Sun, 16 May 2010 18:25:00 -0400
parents 26fed2c4f5be
children 25ebd8c4fafb
line wrap: on
line diff
--- a/src/jscomp.sml	Sun May 16 15:34:24 2010 -0400
+++ b/src/jscomp.sml	Sun May 16 18:25:00 2010 -0400
@@ -1173,9 +1173,9 @@
                | EJavaScript (m, e') =>
                  (foundJavaScript := true;
                   jsExp m outer (e', st)
-                  handle CantEmbed t => ((*ErrorMsg.errorAt loc "Unable to embed type in JavaScript";*)
-                                         Print.preface ("Can't embed type in JavaScript",
-                                                        MonoPrint.p_typ MonoEnv.empty t);
+                  handle CantEmbed t => ((*ErrorMsg.errorAt loc "Unable to embed type in JavaScript";
+                                         Print.preface ("Type",
+                                                        MonoPrint.p_typ MonoEnv.empty t);*)
                                          (e, st)))
 
                | ESignalReturn e =>