Merge pull request #308 from wilkinson/master

Enabled basic cross-domain tile loading without tainting canvas
This commit is contained in:
iangilman 2013-12-12 09:56:57 -08:00
commit f58b9a735d

View File

@ -419,6 +419,7 @@ $.Drawer.prototype = /** @lends OpenSeadragon.Drawer.prototype */{
this.downloading++;
image = new Image();
image.crossOrigin = 'Anonymous';
complete = function( imagesrc, resultingImage ){
_this.downloading--;