Fix for issue #38

This commit is contained in:
sean kenny
2014-10-09 08:30:44 +01:00
parent ab6c26145f
commit 9cd9e4085c
-1
View File
@@ -48,7 +48,6 @@ function ResourceManager(options) {
*/
function fetchResources(useCache, currentView) {
var cache;
// if useCache is not defined, default to true
useCache = (typeof useCache !== 'undefined' ? useCache : true);
if (!useCache || cache === undefined) {