Merge branch 'master' of https://source.jalview.org/git/jalviewjs.git
[jalviewjs.git] / site / j2s / swingjs / plaf / JSViewportUI.js
index da960f5..40fb31c 100644 (file)
@@ -1,15 +1,15 @@
-Clazz.declarePackage ("swingjs.plaf");\r
-Clazz.load (["swingjs.plaf.JSComponentUI"], "swingjs.plaf.JSViewportUI", null, function () {\r
-c$ = Clazz.declareType (swingjs.plaf, "JSViewportUI", swingjs.plaf.JSComponentUI);\r
-Clazz.overrideMethod (c$, "getDOMObject", \r
-function () {\r
-if (this.domNode == null) this.domNode = this.createDOMObject ("div", this.id, []);\r
-return this.domNode;\r
-});\r
-Clazz.overrideMethod (c$, "installJSUI", \r
-function () {\r
-});\r
-Clazz.overrideMethod (c$, "uninstallJSUI", \r
-function () {\r
-});\r
-});\r
+Clazz.declarePackage ("swingjs.plaf");
+Clazz.load (["swingjs.plaf.JSComponentUI"], "swingjs.plaf.JSViewportUI", null, function () {
+c$ = Clazz.declareType (swingjs.plaf, "JSViewportUI", swingjs.plaf.JSComponentUI);
+Clazz.overrideMethod (c$, "getDOMObject", 
+function () {
+if (this.domNode == null) this.domNode = this.createDOMObject ("div", this.id, []);
+return this.domNode;
+});
+Clazz.overrideMethod (c$, "installJSUI", 
+function () {
+});
+Clazz.overrideMethod (c$, "uninstallJSUI", 
+function () {
+});
+});