this.draw_drop_zone(dropzoneno, markertext,
shape, coords, colourfordropzone, false);
}
- Y.one('div.ddarea .grid')
- .setXY(this.doc.bg_img().getXY())
- .setStyle('width', this.doc.bg_img().get('width'))
- .setStyle('height', this.doc.bg_img().get('height'));
+ if (this.doc.bg_img()) {
+ Y.one('div.ddarea .grid')
+ .setXY(this.doc.bg_img().getXY())
+ .setStyle('width', this.doc.bg_img().get('width'))
+ .setStyle('height', this.doc.bg_img().get('height'));
+ }
M.util.js_complete(pendingid);
},