JAL-1807 test
[jalviewjs.git] / bin / com / stevesoft / pat / PopRule.js
index d983d19..92af006 100644 (file)
@@ -1,12 +1,12 @@
-Clazz.declarePackage ("com.stevesoft.pat");\r
-Clazz.load (["com.stevesoft.pat.SpecialRule"], "com.stevesoft.pat.PopRule", null, function () {\r
-c$ = Clazz.declareType (com.stevesoft.pat, "PopRule", com.stevesoft.pat.SpecialRule);\r
-Clazz.makeConstructor (c$, \r
-function () {\r
-Clazz.superConstructor (this, com.stevesoft.pat.PopRule, []);\r
-});\r
-Clazz.overrideMethod (c$, "toString1", \r
-function () {\r
-return "${POP}";\r
-});\r
-});\r
+Clazz.declarePackage ("com.stevesoft.pat");
+Clazz.load (["com.stevesoft.pat.SpecialRule"], "com.stevesoft.pat.PopRule", null, function () {
+c$ = Clazz.declareType (com.stevesoft.pat, "PopRule", com.stevesoft.pat.SpecialRule);
+Clazz.makeConstructor (c$, 
+function () {
+Clazz.superConstructor (this, com.stevesoft.pat.PopRule, []);
+});
+Clazz.overrideMethod (c$, "toString1", 
+function () {
+return "${POP}";
+});
+});