JAL-1807 includes ?j2sdebug flag and DebugJS._(msg)
[jalviewjs.git] / site / j2s / swingjs / JSImage.js
index bca7fa6..db7a9a8 100644 (file)
@@ -11,9 +11,8 @@ Clazz.instantialize (this, arguments);
 Clazz.makeConstructor (c$, \r
 function (argb, width, height) {\r
 Clazz.superConstructor (this, swingjs.JSImage, [width, height, 2]);\r
-this.width = width\r
-this.height = height\r
-\r
+this.width = width;\r
+this.height = height;\r
 this.pix = argb;\r
 }, "~A,~N,~N");\r
 Clazz.defineMethod (c$, "toIntARGB", \r