import panel : before removal of import from URL option

This commit is contained in:
jdescottes 2013-10-21 23:08:12 +02:00
parent 2509ba80a4
commit 61419f0bba

View File

@ -93,7 +93,6 @@
ns.ImportController.prototype.processImageSource_ = function (imageSource) {
var image = new Image();
image.onload = this.onImageLoaded_.bind(this);
image.crossOrigin = '';
image.src = imageSource;
};