emscripten Humble Cloud interface
Edward Rudd
2014-10-14 41532d25d30dde3c456d652c04aa9cfe54b39541

always sync even if cloudFS is disabled.. (otherwise local storage wouldn’t work)

1 files modified
4 ■■■■ changed files
client/library/library_cloudfs.js 4 ●●●● patch | view | raw | blame | history
client/library/library_cloudfs.js
@@ -23,10 +23,6 @@
            return MEMFS.mount.apply(null, arguments);
        },
        syncfs: function(mount, populate, callback) {
          if (mount.opts.disabled) {
            return callback(new Error("Syncing Disabled"));
          }
          if (populate) {
            if (!mount.opts.disabled) {
              CLOUDFS.syncfs_load_from_cloud(mount, function (err) {