|
|
@ -138,7 +138,7 @@ class Node { |
|
|
|
Node.parseOptions(this.options, options, true); |
|
|
|
|
|
|
|
// load the images
|
|
|
|
if (this.options.image !== undefined && this.options.image != "") { |
|
|
|
if (this.options.image !== undefined) { |
|
|
|
if (this.imagelist) { |
|
|
|
this.imageObj = this.imagelist.load(this.options.image, this.options.brokenImage, this.id); |
|
|
|
} |
|
|
|