JAL-1807 includes ?j2sdebug flag and DebugJS._(msg)
[jalviewjs.git] / bin / javajs / awt / event / ActionEvent.js
index 11f0d44..5ff2dcc 100644 (file)
@@ -1,11 +1,11 @@
-Clazz.declarePackage ("javajs.awt.event");\r
-Clazz.load (["javajs.awt.event.Event"], "javajs.awt.event.ActionEvent", null, function () {\r
-c$ = Clazz.decorateAsClass (function () {\r
-this.actionCommand = null;\r
-Clazz.instantialize (this, arguments);\r
-}, javajs.awt.event, "ActionEvent", javajs.awt.event.Event);\r
-Clazz.defineMethod (c$, "getActionCommand", \r
-function () {\r
-return this.actionCommand;\r
-});\r
-});\r
+Clazz.declarePackage ("javajs.awt.event");
+Clazz.load (["javajs.awt.event.Event"], "javajs.awt.event.ActionEvent", null, function () {
+c$ = Clazz.decorateAsClass (function () {
+this.actionCommand = null;
+Clazz.instantialize (this, arguments);
+}, javajs.awt.event, "ActionEvent", javajs.awt.event.Event);
+Clazz.defineMethod (c$, "getActionCommand", 
+function () {
+return this.actionCommand;
+});
+});