Merge branch 'master' of https://source.jalview.org/git/jalviewjs.git
[jalviewjs.git] / site / j2s / jalview / math / AlignmentDimension.js
index 178fe61..2a23983 100644 (file)
@@ -1,27 +1,27 @@
-Clazz.declarePackage ("jalview.math");\r
-c$ = Clazz.decorateAsClass (function () {\r
-this.width = 0;\r
-this.height = 0;\r
-Clazz.instantialize (this, arguments);\r
-}, jalview.math, "AlignmentDimension");\r
-Clazz.makeConstructor (c$, \r
-function (width, height) {\r
-this.width = width;\r
-this.height = height;\r
-}, "~N,~N");\r
-Clazz.defineMethod (c$, "getWidth", \r
-function () {\r
-return this.width;\r
-});\r
-Clazz.defineMethod (c$, "setWidth", \r
-function (width) {\r
-this.width = width;\r
-}, "~N");\r
-Clazz.defineMethod (c$, "getHeight", \r
-function () {\r
-return this.height;\r
-});\r
-Clazz.defineMethod (c$, "setHeight", \r
-function (height) {\r
-this.height = height;\r
-}, "~N");\r
+Clazz.declarePackage ("jalview.math");
+c$ = Clazz.decorateAsClass (function () {
+this.width = 0;
+this.height = 0;
+Clazz.instantialize (this, arguments);
+}, jalview.math, "AlignmentDimension");
+Clazz.makeConstructor (c$, 
+function (width, height) {
+this.width = width;
+this.height = height;
+}, "~N,~N");
+Clazz.defineMethod (c$, "getWidth", 
+function () {
+return this.width;
+});
+Clazz.defineMethod (c$, "setWidth", 
+function (width) {
+this.width = width;
+}, "~N");
+Clazz.defineMethod (c$, "getHeight", 
+function () {
+return this.height;
+});
+Clazz.defineMethod (c$, "setHeight", 
+function (height) {
+this.height = height;
+}, "~N");