diff options
author | Janus <ysangkok@gmail.com> | 2012-10-17 01:24:16 +0200 |
---|---|---|
committer | Janus <ysangkok@gmail.com> | 2012-10-17 01:24:16 +0200 |
commit | 54bbd4cf2f8a2deafbdda739f0db00858ca9b292 (patch) | |
tree | ae818efe54fdc5d128bb342d2f152365b731d90b /src/shell.js | |
parent | e2046bb8ce2b2ccaaca5328f21a79c6efe15f336 (diff) |
Support for servers without byte serving, various small fixes
Diffstat (limited to 'src/shell.js')
-rw-r--r-- | src/shell.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/shell.js b/src/shell.js index 83057f6f..065462e1 100644 --- a/src/shell.js +++ b/src/shell.js @@ -81,8 +81,6 @@ if (ENVIRONMENT_IS_WEB) { } if (ENVIRONMENT_IS_WEB || ENVIRONMENT_IS_WORKER) { - Uint8Array.prototype.get = function(idx) { return this[idx]; }; - Module['read'] = function(url) { var xhr = new XMLHttpRequest(); xhr.open('GET', url, false); |