diff options
| -rw-r--r-- | emcclib.js | 2 | ||||
| -rw-r--r-- | emccpre.js | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -747,5 +747,5 @@ mergeInto(LibraryManager.library, { */ js_focus_canvas: function() { onscreen_canvas.focus(); - }, + } }); @@ -37,7 +37,7 @@ var update_xmin, update_xmax, update_ymin, update_ymax; // callbacks. var Module = { 'noInitialRun': true, - 'noExitRuntime': true, + 'noExitRuntime': true }; // Variables used by js_canvas_find_font_midpoint(). |