Merge branch 'master' of https://source.jalview.org/git/jalviewjs.git
[jalviewjs.git] / site / swingjs / j2s / javax / swing / text / BadLocationException.js
index de48262..44af73b 100644 (file)
@@ -1,16 +1,16 @@
-Clazz.declarePackage ("javax.swing.text");\r
-Clazz.load (["java.lang.Exception"], "javax.swing.text.BadLocationException", null, function () {\r
-c$ = Clazz.decorateAsClass (function () {\r
-this.offs = 0;\r
-Clazz.instantialize (this, arguments);\r
-}, javax.swing.text, "BadLocationException", Exception);\r
-Clazz.makeConstructor (c$, \r
-function (s, offs) {\r
-Clazz.superConstructor (this, javax.swing.text.BadLocationException, [s]);\r
-this.offs = offs;\r
-}, "~S,~N");\r
-Clazz.defineMethod (c$, "offsetRequested", \r
-function () {\r
-return this.offs;\r
-});\r
-});\r
+Clazz.declarePackage ("javax.swing.text");
+Clazz.load (["java.lang.Exception"], "javax.swing.text.BadLocationException", null, function () {
+c$ = Clazz.decorateAsClass (function () {
+this.offs = 0;
+Clazz.instantialize (this, arguments);
+}, javax.swing.text, "BadLocationException", Exception);
+Clazz.makeConstructor (c$, 
+function (s, offs) {
+Clazz.superConstructor (this, javax.swing.text.BadLocationException, [s]);
+this.offs = offs;
+}, "~S,~N");
+Clazz.defineMethod (c$, "offsetRequested", 
+function () {
+return this.offs;
+});
+});