diff options
author | Alon Zakai <alonzakai@gmail.com> | 2012-01-16 12:09:19 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2012-01-16 12:09:19 -0800 |
commit | fbfcffe2ee61ed39598f883523455ad713690aea (patch) | |
tree | 9b193e6f280e39850dc0047e2002d4c770b594f6 /src/postamble.js | |
parent | 5fe3bcc54b6c7ee04d0b09cc3e44e0cd06b95405 (diff) |
remove hack for ignorePermissions in the filesystem API, which removes the need to set ignorePermissions to true before run() is called
Diffstat (limited to 'src/postamble.js')
-rw-r--r-- | src/postamble.js | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/postamble.js b/src/postamble.js index 27242363..ada13016 100644 --- a/src/postamble.js +++ b/src/postamble.js @@ -45,11 +45,6 @@ Module['run'] = run; // {{PRE_RUN_ADDITIONS}} -// In a hackish way, we disable permissions until now, so setup code works, but enable them for runtime so compile code works with permissions -try { - FS.ignorePermissions = false; -} catch(e){} - #if INVOKE_RUN #else Module['noInitialRun'] = true; |