comment out of @j2sNative block
authorhansonr <hansonr@STO24954W.ad.stolaf.edu>
Wed, 27 Mar 2019 11:33:59 +0000 (07:33 -0400)
committerhansonr <hansonr@STO24954W.ad.stolaf.edu>
Wed, 27 Mar 2019 11:33:59 +0000 (07:33 -0400)
src/jalview/bin/JalviewJS2.java

index 0413bc1..ebcd2cb 100644 (file)
@@ -26,12 +26,13 @@ public class JalviewJS2
      */
 
     /**
+     * set space-delimited query parameters as arguments to Jalview main
+     * 
      * @j2sNative
      * 
      *            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(" "); }
+     *            hr.indexOf("?"); if (pos > 0) { thisApplet.__Info.args =
+     *            hr.substring(pos+1).split(" "); }
      */
   }