Comparing version 0.0.29 to 0.0.30
@@ -7,3 +7,2 @@ "use strict"; | ||
// import * as loaded from "/Users/ivanbatic/Documents/CWL/Whole Genome Analysis - BWA + GATK 2.3.9-Lite (with Metrics).json"; | ||
// import * as loaded from "../cwl-samples/bcbio.json"; | ||
var loaded = require("../cwl-samples/rna-seq-alignment.json"); | ||
@@ -13,3 +12,2 @@ var wf = models_1.WorkflowFactory.from(loaded); | ||
var workflow = new workflow_1.Workflow(new Snap("#svg"), wf); | ||
window["wf"] = workflow; | ||
//# sourceMappingURL=demo.js.map |
@@ -50,2 +50,3 @@ /// <reference types="snapsvg" /> | ||
private activateSelection(el); | ||
destroy(): void; | ||
} |
@@ -798,2 +798,6 @@ "use strict"; | ||
}; | ||
Workflow.prototype.destroy = function () { | ||
this.clearCanvas(); | ||
this.eventHub.empty(); | ||
}; | ||
return Workflow; | ||
@@ -800,0 +804,0 @@ }()); |
@@ -10,3 +10,3 @@ { | ||
"description": "A library for generating an interactive SVG visualization of CWL workflows", | ||
"version": "0.0.29", | ||
"version": "0.0.30", | ||
"dependencies": { | ||
@@ -13,0 +13,0 @@ "core-js": "^2.4.1", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
161080
1806