Merge branch 'master' of https://source.jalview.org/git/jalviewjs.git
[jalviewjs.git] / lib / javajs / api / GenericPlatform.js
index 00504e7..ae3869f 100644 (file)
@@ -1,11 +1,11 @@
-Clazz.declarePackage ("javajs.api");\r
-Clazz.load (["javajs.api.FontManager"], "javajs.api.GenericPlatform", null, function () {\r
-c$ = Clazz.declareInterface (javajs.api, "GenericPlatform", javajs.api.FontManager);\r
-Clazz.defineStatics (c$,\r
-"CURSOR_DEFAULT", 0,\r
-"CURSOR_CROSSHAIR", 1,\r
-"CURSOR_WAIT", 3,\r
-"CURSOR_ZOOM", 8,\r
-"CURSOR_HAND", 12,\r
-"CURSOR_MOVE", 13);\r
-});\r
+Clazz.declarePackage ("javajs.api");
+Clazz.load (["javajs.api.FontManager"], "javajs.api.GenericPlatform", null, function () {
+c$ = Clazz.declareInterface (javajs.api, "GenericPlatform", javajs.api.FontManager);
+Clazz.defineStatics (c$,
+"CURSOR_DEFAULT", 0,
+"CURSOR_CROSSHAIR", 1,
+"CURSOR_WAIT", 3,
+"CURSOR_ZOOM", 8,
+"CURSOR_HAND", 12,
+"CURSOR_MOVE", 13);
+});