Skip to content

Commit 742e4a2

Browse files
author
liply
committed
fix thiscall
1 parent f4f406e commit 742e4a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/rpg_core/ImageCache.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ ImageCache.prototype._truncateCache = function(){
6767
}else{
6868
delete items[item.key];
6969
}
70-
});
70+
}.bind(this));
7171
};
7272

7373
ImageCache.prototype._mustBeHeld = function(item){

0 commit comments

Comments
 (0)