Merge branch 'master' of https://source.jalview.org/git/jalviewjs.git
[jalviewjs.git] / site / j2s / swingjs / plaf / JSCheckBoxMenuItemUI.js
index 2d0b048..91a4bfe 100644 (file)
@@ -1,12 +1,12 @@
-Clazz.declarePackage ("swingjs.plaf");\r
-Clazz.load (["swingjs.plaf.JSCheckBoxUI"], "swingjs.plaf.JSCheckBoxMenuItemUI", null, function () {\r
-c$ = Clazz.declareType (swingjs.plaf, "JSCheckBoxMenuItemUI", swingjs.plaf.JSCheckBoxUI);\r
-Clazz.overrideMethod (c$, "getDOMObject", \r
-function () {\r
-return this.getButtonObject ("checkBox");\r
-});\r
-Clazz.overrideMethod (c$, "getPropertyPrefix", \r
-function () {\r
-return "CheckBoxMenuItem.";\r
-});\r
-});\r
+Clazz.declarePackage ("swingjs.plaf");
+Clazz.load (["swingjs.plaf.JSCheckBoxUI"], "swingjs.plaf.JSCheckBoxMenuItemUI", null, function () {
+c$ = Clazz.declareType (swingjs.plaf, "JSCheckBoxMenuItemUI", swingjs.plaf.JSCheckBoxUI);
+Clazz.overrideMethod (c$, "getDOMObject", 
+function () {
+return this.getButtonObject ("checkBox");
+});
+Clazz.overrideMethod (c$, "getPropertyPrefix", 
+function () {
+return "CheckBoxMenuItem.";
+});
+});