Merge branch 'master' of https://source.jalview.org/git/jalviewjs.git
[jalviewjs.git] / site / j2s / javax / swing / event / UndoableEditEvent.js
index 60b19ae..1403443 100644 (file)
@@ -1,16 +1,16 @@
-Clazz.declarePackage ("javax.swing.event");\r
-Clazz.load (["java.util.EventObject"], "javax.swing.event.UndoableEditEvent", null, function () {\r
-c$ = Clazz.decorateAsClass (function () {\r
-this.myEdit = null;\r
-Clazz.instantialize (this, arguments);\r
-}, javax.swing.event, "UndoableEditEvent", java.util.EventObject);\r
-Clazz.makeConstructor (c$, \r
-function (source, edit) {\r
-Clazz.superConstructor (this, javax.swing.event.UndoableEditEvent, [source]);\r
-this.myEdit = edit;\r
-}, "~O,javax.swing.undo.UndoableEdit");\r
-Clazz.defineMethod (c$, "getEdit", \r
-function () {\r
-return this.myEdit;\r
-});\r
-});\r
+Clazz.declarePackage ("javax.swing.event");
+Clazz.load (["java.util.EventObject"], "javax.swing.event.UndoableEditEvent", null, function () {
+c$ = Clazz.decorateAsClass (function () {
+this.myEdit = null;
+Clazz.instantialize (this, arguments);
+}, javax.swing.event, "UndoableEditEvent", java.util.EventObject);
+Clazz.makeConstructor (c$, 
+function (source, edit) {
+Clazz.superConstructor (this, javax.swing.event.UndoableEditEvent, [source]);
+this.myEdit = edit;
+}, "~O,javax.swing.undo.UndoableEdit");
+Clazz.defineMethod (c$, "getEdit", 
+function () {
+return this.myEdit;
+});
+});