Merge branch 'master' of https://source.jalview.org/git/jalviewjs.git
[jalviewjs.git] / site / swingjs / j2s / swingjs / JSEvent.js
index 24e03a5..87527e9 100644 (file)
@@ -1,8 +1,8 @@
-Clazz.declarePackage ("swingjs");\r
-Clazz.load (["java.awt.event.InvocationEvent"], "swingjs.JSEvent", null, function () {\r
-c$ = Clazz.declareType (swingjs, "JSEvent", java.awt.event.InvocationEvent);\r
-Clazz.makeConstructor (c$, \r
-function (t, r) {\r
-Clazz.superConstructor (this, swingjs.JSEvent, [t, 1201, r, null, false]);\r
-}, "swingjs.JSThread,Runnable");\r
-});\r
+Clazz.declarePackage ("swingjs");
+Clazz.load (["java.awt.event.InvocationEvent"], "swingjs.JSEvent", null, function () {
+c$ = Clazz.declareType (swingjs, "JSEvent", java.awt.event.InvocationEvent);
+Clazz.makeConstructor (c$, 
+function (t, r) {
+Clazz.superConstructor (this, swingjs.JSEvent, [t, 1201, r, null, false]);
+}, "swingjs.JSThread,Runnable");
+});