X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=bin%2Fjalview%2Fstructure%2FStructureMappingcommandSet.js;h=2f615c6335ed7d62cc7c6119678febc4dc8fff2d;hb=6319110ce33faa76ee6cf9832e78faa224510fed;hp=97ef9f5ee38132b57fa0a724d267d2c495ca52e0;hpb=7301a2415adab88038b291fc54caeeb3a5a47a44;p=jalviewjs.git diff --git a/bin/jalview/structure/StructureMappingcommandSet.js b/bin/jalview/structure/StructureMappingcommandSet.js index 97ef9f5..2f615c6 100644 --- a/bin/jalview/structure/StructureMappingcommandSet.js +++ b/bin/jalview/structure/StructureMappingcommandSet.js @@ -1,13 +1,13 @@ -Clazz.declarePackage ("jalview.structure"); -c$ = Clazz.decorateAsClass (function () { -this.mapping = null; -this.commands = null; -this.handledBy = null; -Clazz.instantialize (this, arguments); -}, jalview.structure, "StructureMappingcommandSet"); -Clazz.makeConstructor (c$, -function (handledBy, files, commands) { -this.mapping = files; -this.handledBy = handledBy; -this.commands = commands; -}, "~O,~S,~A"); +Clazz.declarePackage ("jalview.structure"); +c$ = Clazz.decorateAsClass (function () { +this.mapping = null; +this.commands = null; +this.handledBy = null; +Clazz.instantialize (this, arguments); +}, jalview.structure, "StructureMappingcommandSet"); +Clazz.makeConstructor (c$, +function (handledBy, files, commands) { +this.mapping = files; +this.handledBy = handledBy; +this.commands = commands; +}, "~O,~S,~A");