|
@@ -29,7 +29,7 @@ Object.assign( ImageLoader.prototype, {
|
|
scope.manager.itemEnd( url );
|
|
scope.manager.itemEnd( url );
|
|
|
|
|
|
};
|
|
};
|
|
- image.onerror = onError; //Catch error in createElementNS
|
|
|
|
|
|
+ image.onerror = onError;
|
|
|
|
|
|
if ( url.indexOf( 'data:' ) === 0 ) {
|
|
if ( url.indexOf( 'data:' ) === 0 ) {
|
|
|
|
|