Merge branch 'master' of https://source.jalview.org/git/jalviewjs.git
[jalviewjs.git] / site / swingjs / j2s / java / util / zip / Inflater.js
index 5ea3b38..5391eff 100644 (file)
@@ -1,8 +1,8 @@
-Clazz.declarePackage ("java.util.zip");\r
-Clazz.load (["JU.Inflater"], "java.util.zip.Inflater", null, function () {\r
-c$ = Clazz.declareType (java.util.zip, "Inflater", JU.Inflater);\r
-Clazz.defineMethod (c$, "initialize", \r
-function (nowrap) {\r
-return this.init (0, nowrap);\r
-}, "~B");\r
-});\r
+Clazz.declarePackage ("java.util.zip");
+Clazz.load (["JU.Inflater"], "java.util.zip.Inflater", null, function () {
+c$ = Clazz.declareType (java.util.zip, "Inflater", JU.Inflater);
+Clazz.defineMethod (c$, "initialize", 
+function (nowrap) {
+return this.init (0, nowrap);
+}, "~B");
+});