Browse Source

removed log, rebuilt

flowchartTest
Alex de Mulder 9 years ago
parent
commit
cf3614001e
2 changed files with 1013 additions and 1015 deletions
  1. +1013
    -1014
      dist/vis.js
  2. +0
    -1
      lib/network/modules/components/Node.js

+ 1013
- 1014
dist/vis.js
File diff suppressed because it is too large
View File


+ 0
- 1
lib/network/modules/components/Node.js View File

@ -141,7 +141,6 @@ class Node {
if (this.options.image !== undefined && this.options.image != "") {
if (this.imagelist) {
this.imageObj = this.imagelist.load(this.options.image, this.options.brokenImage, this.id);
console.log(this.imagelist)
}
else {
throw "No imagelist provided";

Loading…
Cancel
Save