isJS cleanup
[jalview.git] / src / jalview / bin / JalviewJS2.java
index 0a02a8d..0413bc1 100644 (file)
@@ -28,13 +28,10 @@ public class JalviewJS2
     /**
      * @j2sNative
      * 
-     *         hr = decodeURI(document.location.href);
-     *  pos = hr.indexOf("?");
-     *  // set space-delimited query parameters as arguments to Jalview main
-     *  if (pos > 0)
-     *  {
-     *     thisApplet.__Info.args = hr.substring(pos+1).split(" ");
-     *  }
+     *            var hr = decodeURI(document.location.href); var pos =
+     *            hr.indexOf("?"); // set space-delimited query parameters as
+     *            arguments to Jalview main if (pos > 0) {
+     *            thisApplet.__Info.args = hr.substring(pos+1).split(" "); }
      */
   }
 
@@ -65,7 +62,9 @@ private static void showFocusTimer() {
        t.setRepeats(true);
        if (/** @j2sNative true || */
        false)
-               t.start();
+  {
+    t.start();
+  }
   }