JAL-3446 reorganized JalviewJSApp (accidentally put that in jalview/api)
[jalview.git] / src / jalview / bin / AppletParams.java
index 3abaf72..3642985 100644 (file)
@@ -185,7 +185,7 @@ public class AppletParams extends HashMap<String, Object>
     case "scorefile":
     case "sequence":
       // setting argName to null indicates that we want
-      // JalviewAppLoader to take care of this.
+      // JalviewJSApp to take care of this using getParameter or getParameterAsObject
       prefName = argName = null;
       value = resourcePath + value;
       break;
@@ -244,7 +244,7 @@ public class AppletParams extends HashMap<String, Object>
     // implemented; not tested:
 
     case "oninit":
-      prefName = null;
+      argName = null;
       break;
     case "annotations":
       value = resourcePath + value;