ImageBitmapLoader: Added missing resolveURL() call
@@ -43,6 +43,8 @@ ImageBitmapLoader.prototype = {
if ( this.path !== undefined ) url = this.path + url;
+ url = this.manager.resolveURL( url );
+
var scope = this;
var cached = Cache.get( url );