JAL-1760 JAL-1641 Serialisation of Hidden Seqs and Cols in JSON output. Added ability...
[jalview.git] / src / jalview / bin / Jalview.java
index e184db7..00a042d 100755 (executable)
@@ -225,8 +225,7 @@ public class Jalview
       desktop.checkForNews();
     }
 
-    BioJsHTMLOutput bjs = new BioJsHTMLOutput(null, null);
-    bjs.updateBioJS();
+    BioJsHTMLOutput.updateBioJS();
 
     String file = null, protocol = null, format = null, data = null;
     jalview.io.FileLoader fileLoader = new jalview.io.FileLoader();