Merge branch 'master' of https://source.jalview.org/git/jalviewjs.git
[jalviewjs.git] / site / j2s / java / beans / IndexedPropertyChangeEvent.js
index adf1a72..34c48fa 100644 (file)
@@ -1,16 +1,16 @@
-Clazz.declarePackage ("java.beans");\r
-Clazz.load (["java.beans.PropertyChangeEvent"], "java.beans.IndexedPropertyChangeEvent", null, function () {\r
-c$ = Clazz.decorateAsClass (function () {\r
-this.index = 0;\r
-Clazz.instantialize (this, arguments);\r
-}, java.beans, "IndexedPropertyChangeEvent", java.beans.PropertyChangeEvent);\r
-Clazz.makeConstructor (c$, \r
-function (source, propertyName, oldValue, newValue, index) {\r
-Clazz.superConstructor (this, java.beans.IndexedPropertyChangeEvent, [source, propertyName, oldValue, newValue]);\r
-this.index = index;\r
-}, "~O,~S,~O,~O,~N");\r
-Clazz.defineMethod (c$, "getIndex", \r
-function () {\r
-return this.index;\r
-});\r
-});\r
+Clazz.declarePackage ("java.beans");
+Clazz.load (["java.beans.PropertyChangeEvent"], "java.beans.IndexedPropertyChangeEvent", null, function () {
+c$ = Clazz.decorateAsClass (function () {
+this.index = 0;
+Clazz.instantialize (this, arguments);
+}, java.beans, "IndexedPropertyChangeEvent", java.beans.PropertyChangeEvent);
+Clazz.makeConstructor (c$, 
+function (source, propertyName, oldValue, newValue, index) {
+Clazz.superConstructor (this, java.beans.IndexedPropertyChangeEvent, [source, propertyName, oldValue, newValue]);
+this.index = index;
+}, "~O,~S,~O,~O,~N");
+Clazz.defineMethod (c$, "getIndex", 
+function () {
+return this.index;
+});
+});