Merge branch 'master' of https://source.jalview.org/git/jalviewjs.git
[jalviewjs.git] / site / j2s / jalview / structure / StructureMappingcommandSet.js
index 2f615c6..97ef9f5 100644 (file)
@@ -1,13 +1,13 @@
-Clazz.declarePackage ("jalview.structure");\r
-c$ = Clazz.decorateAsClass (function () {\r
-this.mapping = null;\r
-this.commands = null;\r
-this.handledBy = null;\r
-Clazz.instantialize (this, arguments);\r
-}, jalview.structure, "StructureMappingcommandSet");\r
-Clazz.makeConstructor (c$, \r
-function (handledBy, files, commands) {\r
-this.mapping = files;\r
-this.handledBy = handledBy;\r
-this.commands = commands;\r
-}, "~O,~S,~A");\r
+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");