mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Removed image extension validation from image-cache. Images with no extensions can now be loaded.
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user