|
|
@ -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"; |
|
|
|