Open markedmondson opened 9 years ago
If dataloader is included twice, the complete callback will fire only once.
http://jsfiddle.net/duebhfm0/3/ (watch console log)
Is there a reason why you are including dataloader.min.js twice?
The map works as expected (executing second "complete" event) if I leave just one dataloader.min.js include:
http://jsfiddle.net/duebhfm0/5/
If dataloader is included twice, the complete callback will fire only once.
http://jsfiddle.net/duebhfm0/3/ (watch console log)