Merge branch 'master' of https://source.jalview.org/git/jalviewjs.git
[jalviewjs.git] / site / j2s / jssun / misc / Ref.js
index 01850da..4ad5093 100644 (file)
@@ -1,32 +1,32 @@
-Clazz.declarePackage ("jssun.misc");\r
-c$ = Clazz.decorateAsClass (function () {\r
-this.soft = null;\r
-Clazz.instantialize (this, arguments);\r
-}, jssun.misc, "Ref");\r
-Clazz.defineMethod (c$, "get", \r
-function () {\r
-var t = this.check ();\r
-if (t == null) {\r
-t = this.reconstitute ();\r
-this.setThing (t);\r
-}return t;\r
-});\r
-Clazz.defineMethod (c$, "flush", \r
-function () {\r
-});\r
-Clazz.defineMethod (c$, "setThing", \r
-function (thing) {\r
-this.flush ();\r
-this.soft = thing;\r
-}, "~O");\r
-Clazz.defineMethod (c$, "check", \r
-function () {\r
-return this.soft;\r
-});\r
-Clazz.makeConstructor (c$, \r
-function () {\r
-});\r
-Clazz.makeConstructor (c$, \r
-function (thing) {\r
-this.setThing (thing);\r
-}, "~O");\r
+Clazz.declarePackage ("jssun.misc");
+c$ = Clazz.decorateAsClass (function () {
+this.soft = null;
+Clazz.instantialize (this, arguments);
+}, jssun.misc, "Ref");
+Clazz.defineMethod (c$, "get", 
+function () {
+var t = this.check ();
+if (t == null) {
+t = this.reconstitute ();
+this.setThing (t);
+}return t;
+});
+Clazz.defineMethod (c$, "flush", 
+function () {
+});
+Clazz.defineMethod (c$, "setThing", 
+function (thing) {
+this.flush ();
+this.soft = thing;
+}, "~O");
+Clazz.defineMethod (c$, "check", 
+function () {
+return this.soft;
+});
+Clazz.makeConstructor (c$, 
+function () {
+});
+Clazz.makeConstructor (c$, 
+function (thing) {
+this.setThing (thing);
+}, "~O");