JAL-3446 JavaScript interface
[jalview.git] / src / jalview / bin / Jalview.java
index ac44bfe..4819d7a 100755 (executable)
@@ -822,7 +822,7 @@ public class Jalview implements ApplicationSingletonI
 
         if (isJS)
         {
-          jsApp = new JalviewJSApp(aparser);
+          jsApp = new JalviewJSApp(this, aparser);
           jsApp.load(af);
         }
         else