Merge branch 'master' of https://source.jalview.org/git/jalviewjs.git
[jalviewjs.git] / site / j2s / swingjs / plaf / JSRootPaneUI.js
index 9f6c30f..6f35738 100644 (file)
@@ -1,20 +1,20 @@
-Clazz.declarePackage ("swingjs.plaf");\r
-Clazz.load (["swingjs.plaf.JSComponentUI"], "swingjs.plaf.JSRootPaneUI", null, function () {\r
-c$ = Clazz.declareType (swingjs.plaf, "JSRootPaneUI", swingjs.plaf.JSComponentUI);\r
-Clazz.makeConstructor (c$, \r
-function () {\r
-Clazz.superConstructor (this, swingjs.plaf.JSRootPaneUI, []);\r
-this.isContainer = true;\r
-this.setDoc ();\r
-});\r
-Clazz.overrideMethod (c$, "getDOMObject", \r
-function () {\r
-return null;\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.JSRootPaneUI", null, function () {
+c$ = Clazz.declareType (swingjs.plaf, "JSRootPaneUI", swingjs.plaf.JSComponentUI);
+Clazz.makeConstructor (c$, 
+function () {
+Clazz.superConstructor (this, swingjs.plaf.JSRootPaneUI, []);
+this.isContainer = true;
+this.setDoc ();
+});
+Clazz.overrideMethod (c$, "getDOMObject", 
+function () {
+return null;
+});
+Clazz.overrideMethod (c$, "installJSUI", 
+function () {
+});
+Clazz.overrideMethod (c$, "uninstallJSUI", 
+function () {
+});
+});