X-Git-Url: http://source.jalview.org/gitweb/?p=jalviewjs.git;a=blobdiff_plain;f=site%2Fj2s%2Fswingjs%2Fplaf%2FJSViewportUI.js;fp=site%2Fj2s%2Fswingjs%2Fplaf%2FJSViewportUI.js;h=40fb31ceb449548567786d03dda71137a4da32fe;hp=da960f558c1b94f2fb78b8b62b246dfe9c964a7b;hb=b9b7a352eee79b7764c3b09c9d19663075061d8c;hpb=7301a2415adab88038b291fc54caeeb3a5a47a44 diff --git a/site/j2s/swingjs/plaf/JSViewportUI.js b/site/j2s/swingjs/plaf/JSViewportUI.js index da960f5..40fb31c 100644 --- a/site/j2s/swingjs/plaf/JSViewportUI.js +++ b/site/j2s/swingjs/plaf/JSViewportUI.js @@ -1,15 +1,15 @@ -Clazz.declarePackage ("swingjs.plaf"); -Clazz.load (["swingjs.plaf.JSComponentUI"], "swingjs.plaf.JSViewportUI", null, function () { -c$ = Clazz.declareType (swingjs.plaf, "JSViewportUI", swingjs.plaf.JSComponentUI); -Clazz.overrideMethod (c$, "getDOMObject", -function () { -if (this.domNode == null) this.domNode = this.createDOMObject ("div", this.id, []); -return this.domNode; -}); -Clazz.overrideMethod (c$, "installJSUI", -function () { -}); -Clazz.overrideMethod (c$, "uninstallJSUI", -function () { -}); -}); +Clazz.declarePackage ("swingjs.plaf"); +Clazz.load (["swingjs.plaf.JSComponentUI"], "swingjs.plaf.JSViewportUI", null, function () { +c$ = Clazz.declareType (swingjs.plaf, "JSViewportUI", swingjs.plaf.JSComponentUI); +Clazz.overrideMethod (c$, "getDOMObject", +function () { +if (this.domNode == null) this.domNode = this.createDOMObject ("div", this.id, []); +return this.domNode; +}); +Clazz.overrideMethod (c$, "installJSUI", +function () { +}); +Clazz.overrideMethod (c$, "uninstallJSUI", +function () { +}); +});