Merge branch 'master' of https://source.jalview.org/git/jalviewjs.git
[jalviewjs.git] / site / j2s / javax / swing / tree / TreeSelectionModel.js
index ae52ace..131f110 100644 (file)
@@ -1,6 +1,6 @@
-Clazz.declarePackage ("javax.swing.tree");\r
-c$ = Clazz.declareInterface (javax.swing.tree, "TreeSelectionModel");\r
-Clazz.defineStatics (c$,\r
-"SINGLE_TREE_SELECTION", 1,\r
-"CONTIGUOUS_TREE_SELECTION", 2,\r
-"DISCONTIGUOUS_TREE_SELECTION", 4);\r
+Clazz.declarePackage ("javax.swing.tree");
+c$ = Clazz.declareInterface (javax.swing.tree, "TreeSelectionModel");
+Clazz.defineStatics (c$,
+"SINGLE_TREE_SELECTION", 1,
+"CONTIGUOUS_TREE_SELECTION", 2,
+"DISCONTIGUOUS_TREE_SELECTION", 4);