X-Git-Url: http://source.jalview.org/gitweb/?p=jalviewjs.git;a=blobdiff_plain;f=site%2Fj2s%2Fjalview%2Fdatamodel%2FRnaViewerModel.js;h=612cddadcbd4eca6b20e704faa8c37845b01a22b;hp=2e64a8076e926abc2d55f676f52628d8312de002;hb=b9b7a352eee79b7764c3b09c9d19663075061d8c;hpb=7301a2415adab88038b291fc54caeeb3a5a47a44 diff --git a/site/j2s/jalview/datamodel/RnaViewerModel.js b/site/j2s/jalview/datamodel/RnaViewerModel.js index 2e64a80..612cdda 100644 --- a/site/j2s/jalview/datamodel/RnaViewerModel.js +++ b/site/j2s/jalview/datamodel/RnaViewerModel.js @@ -1,21 +1,21 @@ -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"); +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");