Removed image extension validation from image-cache. Images with no extensions can now be loaded.

This commit is contained in:
Rossen Hristov
2015-04-09 16:37:30 +03:00
parent 8cbea58f43
commit 1e73d93f1f
4 changed files with 0 additions and 17 deletions

View File

@@ -17,7 +17,6 @@ var ISSCROLLING = "isLoading";
// initialize the image cache for the main list
export var cache = new imageCache.Cache();
cache.invalid = defaultNoThumbnailImageSource;
cache.placeholder = defaultThumbnailImageSource;
cache.maxRequests = 5;