fixes for Jalview command-line URI code
[jalview.git] / src / jalview / bin / JalviewJS2.java
index 70e8946..26110f8 100644 (file)
@@ -22,20 +22,10 @@ public class JalviewJS2
     /**
      * @j2sNative
      * 
-     *            thisApplet.__Info.args =
+     *            J2S.thisApplet.__Info.args =
      *            ["open","examples/uniref50.fa","features",
      *            "examples/exampleFeatures.txt"];
      */
-
-    /**
-     * set space-delimited query parameters as arguments to Jalview main
-     * 
-     * @j2sNative
-     * 
-     *            var hr = decodeURI(document.location.href); var pos =
-     *            hr.indexOf("?"); if (pos > 0) { thisApplet.__Info.args =
-     *            hr.substring(pos+1).split(" "); }
-     */
   }
 
   public static void main(String[] args) throws Exception