提交 53ccb468 编写于 作者: M Mugen87

ImageBitmapLoader: Added missing resolveURL() call

上级 cd97b90d
......@@ -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 );
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册