Merge branch 'master' of https://source.jalview.org/git/jalviewjs.git
[jalviewjs.git] / site / j2s / jssun / awt / PeerEvent.js
index 753f5a3..9e690c9 100644 (file)
@@ -1,28 +1,28 @@
-Clazz.declarePackage ("jssun.awt");\r
-Clazz.load (["java.awt.event.InvocationEvent"], "jssun.awt.PeerEvent", null, function () {\r
-c$ = Clazz.decorateAsClass (function () {\r
-this.flags = 0;\r
-Clazz.instantialize (this, arguments);\r
-}, jssun.awt, "PeerEvent", java.awt.event.InvocationEvent);\r
-Clazz.makeConstructor (c$, \r
-function (source, runnable, flags) {\r
-this.construct (source, runnable, null, false, flags);\r
-}, "~O,Runnable,~N");\r
-Clazz.makeConstructor (c$, \r
-function (source, runnable, notifier, catchExceptions, flags) {\r
-Clazz.superConstructor (this, jssun.awt.PeerEvent, [source, runnable, notifier, catchExceptions]);\r
-this.flags = flags;\r
-}, "~O,Runnable,~O,~B,~N");\r
-Clazz.defineMethod (c$, "getFlags", \r
-function () {\r
-return this.flags;\r
-});\r
-Clazz.defineMethod (c$, "coalesceEvents", \r
-function (newEvent) {\r
-return null;\r
-}, "jssun.awt.PeerEvent");\r
-Clazz.defineStatics (c$,\r
-"PRIORITY_EVENT", 0x01,\r
-"ULTIMATE_PRIORITY_EVENT", 0x02,\r
-"LOW_PRIORITY_EVENT", 0x04);\r
-});\r
+Clazz.declarePackage ("jssun.awt");
+Clazz.load (["java.awt.event.InvocationEvent"], "jssun.awt.PeerEvent", null, function () {
+c$ = Clazz.decorateAsClass (function () {
+this.flags = 0;
+Clazz.instantialize (this, arguments);
+}, jssun.awt, "PeerEvent", java.awt.event.InvocationEvent);
+Clazz.makeConstructor (c$, 
+function (source, runnable, flags) {
+this.construct (source, runnable, null, false, flags);
+}, "~O,Runnable,~N");
+Clazz.makeConstructor (c$, 
+function (source, runnable, notifier, catchExceptions, flags) {
+Clazz.superConstructor (this, jssun.awt.PeerEvent, [source, runnable, notifier, catchExceptions]);
+this.flags = flags;
+}, "~O,Runnable,~O,~B,~N");
+Clazz.defineMethod (c$, "getFlags", 
+function () {
+return this.flags;
+});
+Clazz.defineMethod (c$, "coalesceEvents", 
+function (newEvent) {
+return null;
+}, "jssun.awt.PeerEvent");
+Clazz.defineStatics (c$,
+"PRIORITY_EVENT", 0x01,
+"ULTIMATE_PRIORITY_EVENT", 0x02,
+"LOW_PRIORITY_EVENT", 0x04);
+});