JAL-1807 test
[jalviewjs.git] / bin / javajs / swing / Insets.js
index c9338fd..989e644 100644 (file)
@@ -1,15 +1,15 @@
-Clazz.declarePackage ("javajs.swing");\r
-c$ = Clazz.decorateAsClass (function () {\r
-this.top = 0;\r
-this.left = 0;\r
-this.bottom = 0;\r
-this.right = 0;\r
-Clazz.instantialize (this, arguments);\r
-}, javajs.swing, "Insets");\r
-Clazz.makeConstructor (c$, \r
-function (top, left, bottom, right) {\r
-this.top = top;\r
-this.left = left;\r
-this.bottom = bottom;\r
-this.right = right;\r
-}, "~N,~N,~N,~N");\r
+Clazz.declarePackage ("javajs.swing");
+c$ = Clazz.decorateAsClass (function () {
+this.top = 0;
+this.left = 0;
+this.bottom = 0;
+this.right = 0;
+Clazz.instantialize (this, arguments);
+}, javajs.swing, "Insets");
+Clazz.makeConstructor (c$, 
+function (top, left, bottom, right) {
+this.top = top;
+this.left = left;
+this.bottom = bottom;
+this.right = right;
+}, "~N,~N,~N,~N");