JAL-1807 still testing
[jalviewjs.git] / bin / javajs / awt / Dimension.js
index 448d107..4d21384 100644 (file)
@@ -1,16 +1,16 @@
-Clazz.declarePackage ("javajs.awt");
-c$ = Clazz.decorateAsClass (function () {
-this.width = 0;
-this.height = 0;
-Clazz.instantialize (this, arguments);
-}, javajs.awt, "Dimension");
-Clazz.makeConstructor (c$, 
-function (w, h) {
-this.set (w, h);
-}, "~N,~N");
-Clazz.defineMethod (c$, "set", 
-function (w, h) {
-this.width = w;
-this.height = h;
-return this;
-}, "~N,~N");
+Clazz.declarePackage ("javajs.awt");\r
+c$ = Clazz.decorateAsClass (function () {\r
+this.width = 0;\r
+this.height = 0;\r
+Clazz.instantialize (this, arguments);\r
+}, javajs.awt, "Dimension");\r
+Clazz.makeConstructor (c$, \r
+function (w, h) {\r
+this.set (w, h);\r
+}, "~N,~N");\r
+Clazz.defineMethod (c$, "set", \r
+function (w, h) {\r
+this.width = w;\r
+this.height = h;\r
+return this;\r
+}, "~N,~N");\r