>>193
465行目
return getCacheErrorCallback(url);
 ↓
return this.getCacheErrorCallback(url);

504行目
var chacheInfo = {};
 ↓
var cacheInfo = {};

に直せば動く