X-Git-Url: http://source.jalview.org/gitweb/?p=jalviewjs.git;a=blobdiff_plain;f=site%2Fj2s%2Fjalview%2Fappletgui%2FExtJmol.js;h=150efd50eebe15564441629768592defdc65afa9;hp=170d005d63c30e49d1106baba7304a5bb6000b3d;hb=b9b7a352eee79b7764c3b09c9d19663075061d8c;hpb=7301a2415adab88038b291fc54caeeb3a5a47a44 diff --git a/site/j2s/jalview/appletgui/ExtJmol.js b/site/j2s/jalview/appletgui/ExtJmol.js index 170d005..150efd5 100644 --- a/site/j2s/jalview/appletgui/ExtJmol.js +++ b/site/j2s/jalview/appletgui/ExtJmol.js @@ -1,17 +1,17 @@ -Clazz.declarePackage ("jalview.appletgui"); -Clazz.load (["jalview.structures.models.AAStructureBindingModel"], "jalview.appletgui.ExtJmol", null, function () { -c$ = Clazz.declareType (jalview.appletgui, "ExtJmol", jalview.structures.models.AAStructureBindingModel); -Clazz.overrideMethod (c$, "getPdbFile", -function () { -return null; -}); -Clazz.overrideMethod (c$, "updateColours", -function (source) { -}, "~O"); -Clazz.overrideMethod (c$, "releaseReferences", -function (svl) { -}, "~O"); -Clazz.overrideMethod (c$, "highlightAtoms", -function (atoms) { -}, "java.util.List"); -}); +Clazz.declarePackage ("jalview.appletgui"); +Clazz.load (["jalview.structures.models.AAStructureBindingModel"], "jalview.appletgui.ExtJmol", null, function () { +c$ = Clazz.declareType (jalview.appletgui, "ExtJmol", jalview.structures.models.AAStructureBindingModel); +Clazz.overrideMethod (c$, "getPdbFile", +function () { +return null; +}); +Clazz.overrideMethod (c$, "updateColours", +function (source) { +}, "~O"); +Clazz.overrideMethod (c$, "releaseReferences", +function (svl) { +}, "~O"); +Clazz.overrideMethod (c$, "highlightAtoms", +function (atoms) { +}, "java.util.List"); +});