Merge branch 'master' of https://source.jalview.org/git/jalviewjs.git
[jalviewjs.git] / site / swingjs / j2s / javax / swing / ClientPropertyKey.js
index 5853416..ed4e321 100644 (file)
@@ -1,11 +1,11 @@
-Clazz.declarePackage ("javax.swing");\r
-Clazz.load (["java.lang.Enum"], "javax.swing.ClientPropertyKey", null, function () {\r
-c$ = Clazz.declareType (javax.swing, "ClientPropertyKey", Enum);\r
-Clazz.makeConstructor (c$, \r
- function (reportValueNotSerializable) {\r
-}, "~B");\r
-Clazz.defineEnumConstant (c$, "JComponent_INPUT_VERIFIER", 0, [true]);\r
-Clazz.defineEnumConstant (c$, "JComponent_TRANSFER_HANDLER", 1, [true]);\r
-Clazz.defineEnumConstant (c$, "JComponent_ANCESTOR_NOTIFIER", 2, [true]);\r
-Clazz.defineEnumConstant (c$, "PopupFactory_FORCE_HEAVYWEIGHT_POPUP", 3, [true]);\r
-});\r
+Clazz.declarePackage ("javax.swing");
+Clazz.load (["java.lang.Enum"], "javax.swing.ClientPropertyKey", null, function () {
+c$ = Clazz.declareType (javax.swing, "ClientPropertyKey", Enum);
+Clazz.makeConstructor (c$, 
+ function (reportValueNotSerializable) {
+}, "~B");
+Clazz.defineEnumConstant (c$, "JComponent_INPUT_VERIFIER", 0, [true]);
+Clazz.defineEnumConstant (c$, "JComponent_TRANSFER_HANDLER", 1, [true]);
+Clazz.defineEnumConstant (c$, "JComponent_ANCESTOR_NOTIFIER", 2, [true]);
+Clazz.defineEnumConstant (c$, "PopupFactory_FORCE_HEAVYWEIGHT_POPUP", 3, [true]);
+});