JAL-1807 test
[jalviewjs.git] / bin / awt2swing / Menu.js
index da1b846..867b6ab 100644 (file)
@@ -1,14 +1,14 @@
-Clazz.declarePackage ("awt2swing");\r
-Clazz.load (["javax.swing.JMenu"], "awt2swing.Menu", null, function () {\r
-c$ = Clazz.declareType (awt2swing, "Menu", javax.swing.JMenu);\r
-Clazz.makeConstructor (c$, \r
-function (title) {\r
-Clazz.superConstructor (this, awt2swing.Menu, [title]);\r
-title = null;\r
-}, "~S");\r
-Clazz.makeConstructor (c$, \r
-function () {\r
-Clazz.superConstructor (this, awt2swing.Menu);\r
-var s = null;\r
-});\r
-});\r
+Clazz.declarePackage ("awt2swing");
+Clazz.load (["javax.swing.JMenu"], "awt2swing.Menu", null, function () {
+c$ = Clazz.declareType (awt2swing, "Menu", javax.swing.JMenu);
+Clazz.makeConstructor (c$, 
+function (title) {
+Clazz.superConstructor (this, awt2swing.Menu, [title]);
+title = null;
+}, "~S");
+Clazz.makeConstructor (c$, 
+function () {
+Clazz.superConstructor (this, awt2swing.Menu);
+var s = null;
+});
+});