X-Git-Url: http://source.jalview.org/gitweb/?p=jalviewjs.git;a=blobdiff_plain;f=site%2Fj2s%2Fswingjs%2FJSThreadGroup.js;fp=site%2Fj2s%2Fswingjs%2FJSThreadGroup.js;h=2f37a8257b59a69ae0a4fce8db3402214fdacdf1;hp=1c7853b89222add1827ecc183872e5859debb9a6;hb=b9b7a352eee79b7764c3b09c9d19663075061d8c;hpb=7301a2415adab88038b291fc54caeeb3a5a47a44 diff --git a/site/j2s/swingjs/JSThreadGroup.js b/site/j2s/swingjs/JSThreadGroup.js index 1c7853b..2f37a82 100644 --- a/site/j2s/swingjs/JSThreadGroup.js +++ b/site/j2s/swingjs/JSThreadGroup.js @@ -1,15 +1,15 @@ -Clazz.declarePackage ("swingjs"); -Clazz.load (["java.lang.ThreadGroup"], "swingjs.JSThreadGroup", null, function () { -c$ = Clazz.decorateAsClass (function () { -this.html5Applet = null; -Clazz.instantialize (this, arguments); -}, swingjs, "JSThreadGroup", ThreadGroup); -Clazz.defineMethod (c$, "setHtmlApplet", -function (html5Applet) { -this.html5Applet = html5Applet; -}, "swingjs.api.HTML5Applet"); -Clazz.defineMethod (c$, "getHtmlApplet", -function () { -return this.html5Applet; -}); -}); +Clazz.declarePackage ("swingjs"); +Clazz.load (["java.lang.ThreadGroup"], "swingjs.JSThreadGroup", null, function () { +c$ = Clazz.decorateAsClass (function () { +this.html5Applet = null; +Clazz.instantialize (this, arguments); +}, swingjs, "JSThreadGroup", ThreadGroup); +Clazz.defineMethod (c$, "setHtmlApplet", +function (html5Applet) { +this.html5Applet = html5Applet; +}, "swingjs.api.HTML5Applet"); +Clazz.defineMethod (c$, "getHtmlApplet", +function () { +return this.html5Applet; +}); +});