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

@@ -13,7 +13,6 @@ export function test_DummyTestForSnippetOnly() {
// ### Requesting Images
// ``` JavaScript
var cache = new imageCacheModule.Cache();
cache.invalid = imageSource.fromFile(fs.path.join(__dirname, "res/reddit-logo.png"));
cache.placeholder = imageSource.fromFile(fs.path.join(__dirname, "res/no-image.png"));
cache.maxRequests = 5;