Merge branch 'master' of https://source.jalview.org/git/jalviewjs.git
[jalviewjs.git] / site / swingjs / j2s / jssun / awt / EventQueueItem.js
index cb0490d..5f84626 100644 (file)
@@ -1,10 +1,10 @@
-Clazz.declarePackage ("jssun.awt");\r
-c$ = Clazz.decorateAsClass (function () {\r
-this.event = null;\r
-this.next = null;\r
-Clazz.instantialize (this, arguments);\r
-}, jssun.awt, "EventQueueItem");\r
-Clazz.makeConstructor (c$, \r
-function (evt) {\r
-this.event = evt;\r
-}, "java.awt.AWTEvent");\r
+Clazz.declarePackage ("jssun.awt");
+c$ = Clazz.decorateAsClass (function () {
+this.event = null;
+this.next = null;
+Clazz.instantialize (this, arguments);
+}, jssun.awt, "EventQueueItem");
+Clazz.makeConstructor (c$, 
+function (evt) {
+this.event = evt;
+}, "java.awt.AWTEvent");