JAL-1807 includes ?j2sdebug flag and DebugJS._(msg)
[jalviewjs.git] / bin / jalview / datamodel / RnaViewerModel.js
index 2e64a80..612cdda 100644 (file)
@@ -1,21 +1,21 @@
-Clazz.declarePackage ("jalview.datamodel");\r
-c$ = Clazz.decorateAsClass (function () {\r
-this.viewId = null;\r
-this.title = null;\r
-this.x = 0;\r
-this.y = 0;\r
-this.width = 0;\r
-this.height = 0;\r
-this.dividerLocation = 0;\r
-Clazz.instantialize (this, arguments);\r
-}, jalview.datamodel, "RnaViewerModel");\r
-Clazz.makeConstructor (c$, \r
-function (viewId, title, xpos, ypos, width, height, dividerLocation) {\r
-this.viewId = viewId;\r
-this.title = title;\r
-this.x = xpos;\r
-this.y = ypos;\r
-this.width = width;\r
-this.height = height;\r
-this.dividerLocation = dividerLocation;\r
-}, "~S,~S,~N,~N,~N,~N,~N");\r
+Clazz.declarePackage ("jalview.datamodel");
+c$ = Clazz.decorateAsClass (function () {
+this.viewId = null;
+this.title = null;
+this.x = 0;
+this.y = 0;
+this.width = 0;
+this.height = 0;
+this.dividerLocation = 0;
+Clazz.instantialize (this, arguments);
+}, jalview.datamodel, "RnaViewerModel");
+Clazz.makeConstructor (c$, 
+function (viewId, title, xpos, ypos, width, height, dividerLocation) {
+this.viewId = viewId;
+this.title = title;
+this.x = xpos;
+this.y = ypos;
+this.width = width;
+this.height = height;
+this.dividerLocation = dividerLocation;
+}, "~S,~S,~N,~N,~N,~N,~N");