emscripten Humble Cloud interface
Edward Rudd
2014-09-15 4aa19671d6960d433f5d580632b033dfc21e4422

only enable filters on a non-empty array

1 files modified
2 ■■■ changed files
client/library/library_cloudfs.js 2 ●●● patch | view | raw | blame | history
client/library/library_cloudfs.js
@@ -156,7 +156,7 @@
                shouldFilter = false,
                check = FS.readdir(mount.mountpoint).filter(isRealDir);
            if (mount.opts.filters) {
            if (mount.opts.filters && mount.opts.filters.length) {
                shouldFilter = true;
            }