JAL-1807 includes ?j2sdebug flag and DebugJS._(msg)
[jalviewjs.git] / bin / com / stevesoft / pat / Prop.js
index 7f99d0e..5dbb6db 100644 (file)
@@ -1,40 +1,40 @@
-Clazz.declarePackage ("com.stevesoft.pat");\r
-Clazz.load (null, "com.stevesoft.pat.Prop", ["com.stevesoft.pat.Bits"], function () {\r
-c$ = Clazz.declareType (com.stevesoft.pat, "Prop");\r
-c$.isDecimalDigit = Clazz.defineMethod (c$, "isDecimalDigit", \r
-function (c) {\r
-if (com.stevesoft.pat.Bits.decimal_digit == null) {\r
-com.stevesoft.pat.Bits.decimal_digit_f ();\r
-}return com.stevesoft.pat.Bits.decimal_digit.get (c.charCodeAt (0));\r
-}, "~S");\r
-c$.isAlphabetic = Clazz.defineMethod (c$, "isAlphabetic", \r
-function (c) {\r
-if (com.stevesoft.pat.Bits.letter == null) {\r
-com.stevesoft.pat.Bits.letter_f ();\r
-}return com.stevesoft.pat.Bits.letter.get (c.charCodeAt (0));\r
-}, "~S");\r
-c$.isMath = Clazz.defineMethod (c$, "isMath", \r
-function (c) {\r
-if (com.stevesoft.pat.Bits.math == null) {\r
-com.stevesoft.pat.Bits.math_f ();\r
-}return com.stevesoft.pat.Bits.math.get (c.charCodeAt (0));\r
-}, "~S");\r
-c$.isCurrency = Clazz.defineMethod (c$, "isCurrency", \r
-function (c) {\r
-if (com.stevesoft.pat.Bits.currency == null) {\r
-com.stevesoft.pat.Bits.currency_f ();\r
-}return com.stevesoft.pat.Bits.currency.get (c.charCodeAt (0));\r
-}, "~S");\r
-c$.isWhite = Clazz.defineMethod (c$, "isWhite", \r
-function (c) {\r
-if (com.stevesoft.pat.Bits.white == null) {\r
-com.stevesoft.pat.Bits.white_f ();\r
-}return com.stevesoft.pat.Bits.white.get (c.charCodeAt (0));\r
-}, "~S");\r
-c$.isPunct = Clazz.defineMethod (c$, "isPunct", \r
-function (c) {\r
-if (com.stevesoft.pat.Bits.punct == null) {\r
-com.stevesoft.pat.Bits.punct_f ();\r
-}return com.stevesoft.pat.Bits.punct.get (c.charCodeAt (0));\r
-}, "~S");\r
-});\r
+Clazz.declarePackage ("com.stevesoft.pat");
+Clazz.load (null, "com.stevesoft.pat.Prop", ["com.stevesoft.pat.Bits"], function () {
+c$ = Clazz.declareType (com.stevesoft.pat, "Prop");
+c$.isDecimalDigit = Clazz.defineMethod (c$, "isDecimalDigit", 
+function (c) {
+if (com.stevesoft.pat.Bits.decimal_digit == null) {
+com.stevesoft.pat.Bits.decimal_digit_f ();
+}return com.stevesoft.pat.Bits.decimal_digit.get (c.charCodeAt (0));
+}, "~S");
+c$.isAlphabetic = Clazz.defineMethod (c$, "isAlphabetic", 
+function (c) {
+if (com.stevesoft.pat.Bits.letter == null) {
+com.stevesoft.pat.Bits.letter_f ();
+}return com.stevesoft.pat.Bits.letter.get (c.charCodeAt (0));
+}, "~S");
+c$.isMath = Clazz.defineMethod (c$, "isMath", 
+function (c) {
+if (com.stevesoft.pat.Bits.math == null) {
+com.stevesoft.pat.Bits.math_f ();
+}return com.stevesoft.pat.Bits.math.get (c.charCodeAt (0));
+}, "~S");
+c$.isCurrency = Clazz.defineMethod (c$, "isCurrency", 
+function (c) {
+if (com.stevesoft.pat.Bits.currency == null) {
+com.stevesoft.pat.Bits.currency_f ();
+}return com.stevesoft.pat.Bits.currency.get (c.charCodeAt (0));
+}, "~S");
+c$.isWhite = Clazz.defineMethod (c$, "isWhite", 
+function (c) {
+if (com.stevesoft.pat.Bits.white == null) {
+com.stevesoft.pat.Bits.white_f ();
+}return com.stevesoft.pat.Bits.white.get (c.charCodeAt (0));
+}, "~S");
+c$.isPunct = Clazz.defineMethod (c$, "isPunct", 
+function (c) {
+if (com.stevesoft.pat.Bits.punct == null) {
+com.stevesoft.pat.Bits.punct_f ();
+}return com.stevesoft.pat.Bits.punct.get (c.charCodeAt (0));
+}, "~S");
+});