chiark / gitweb /
Remove trailing commas at the ends of initialiser lists. IE 8 and 9
[sgt-puzzles.git] / emcclib.js
index cbdd668d04c67699f4fce5496f96046bfd9381de..57dd2c4fd649b92e0cc83bce3afd3ef1ec4bdef2 100644 (file)
@@ -747,5 +747,5 @@ mergeInto(LibraryManager.library, {
      */
     js_focus_canvas: function() {
         onscreen_canvas.focus();
-    },
+    }
 });