Merge branch 'master' of https://source.jalview.org/git/jalviewjs.git
[jalviewjs.git] / site / swingjs / j2s / javax / swing / ListSelectionModel.js
index fb4d9f8..4fcbd6c 100644 (file)
@@ -1,6 +1,6 @@
-Clazz.declarePackage ("javax.swing");\r
-c$ = Clazz.declareInterface (javax.swing, "ListSelectionModel");\r
-Clazz.defineStatics (c$,\r
-"SINGLE_SELECTION", 0,\r
-"SINGLE_INTERVAL_SELECTION", 1,\r
-"MULTIPLE_INTERVAL_SELECTION", 2);\r
+Clazz.declarePackage ("javax.swing");
+c$ = Clazz.declareInterface (javax.swing, "ListSelectionModel");
+Clazz.defineStatics (c$,
+"SINGLE_SELECTION", 0,
+"SINGLE_INTERVAL_SELECTION", 1,
+"MULTIPLE_INTERVAL_SELECTION", 2);