Merge branch 'master' of https://source.jalview.org/git/jalviewjs.git
[jalviewjs.git] / site / swingjs / j2s / swingjs / plaf / JSToolBarSeparatorUI.js
index 0277eb8..3d45ec6 100644 (file)
@@ -1,16 +1,16 @@
-Clazz.declarePackage ("swingjs.plaf");\r
-Clazz.load (["swingjs.plaf.JSSeparatorUI"], "swingjs.plaf.JSToolBarSeparatorUI", ["swingjs.api.DOMNode"], function () {\r
-c$ = Clazz.declareType (swingjs.plaf, "JSToolBarSeparatorUI", swingjs.plaf.JSSeparatorUI);\r
-Clazz.overrideMethod (c$, "getDOMObject", \r
-function () {\r
-if (this.domNode == null) this.textNode = this.domNode = this.createDOMObject ("label", this.id, []);\r
-swingjs.plaf.JSComponentUI.vCenter (this.domNode, 10);\r
-return this.setCssFont (swingjs.api.DOMNode.setAttr (this.domNode, "innerHTML", (this.c).getText ()), this.c.getFont ());\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.JSSeparatorUI"], "swingjs.plaf.JSToolBarSeparatorUI", ["swingjs.api.DOMNode"], function () {
+c$ = Clazz.declareType (swingjs.plaf, "JSToolBarSeparatorUI", swingjs.plaf.JSSeparatorUI);
+Clazz.overrideMethod (c$, "getDOMObject", 
+function () {
+if (this.domNode == null) this.textNode = this.domNode = this.createDOMObject ("label", this.id, []);
+swingjs.plaf.JSComponentUI.vCenter (this.domNode, 10);
+return this.setCssFont (swingjs.api.DOMNode.setAttr (this.domNode, "innerHTML", (this.c).getText ()), this.c.getFont ());
+});
+Clazz.overrideMethod (c$, "installJSUI", 
+function () {
+});
+Clazz.overrideMethod (c$, "uninstallJSUI", 
+function () {
+});
+});