We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4f406e commit 742e4a2Copy full SHA for 742e4a2
js/rpg_core/ImageCache.js
@@ -67,7 +67,7 @@ ImageCache.prototype._truncateCache = function(){
67
}else{
68
delete items[item.key];
69
}
70
- });
+ }.bind(this));
71
};
72
73
ImageCache.prototype._mustBeHeld = function(item){
0 commit comments