diff options
author | daurnimator <quae@daurnimator.com> | 2018-03-04 22:52:09 +1100 |
---|---|---|
committer | daurnimator <quae@daurnimator.com> | 2018-03-04 22:52:09 +1100 |
commit | 80555ae8258b29b7cd72301a8dac81a10f2a7eeb (patch) | |
tree | 2afdde7fc4b7dda40e74aba862f1101091101eed /src/loadlib.js | |
parent | 1f5f050ada93ccda9323209e2a7b29851392404e (diff) | |
download | fengari-80555ae8258b29b7cd72301a8dac81a10f2a7eeb.tar.gz fengari-80555ae8258b29b7cd72301a8dac81a10f2a7eeb.tar.bz2 fengari-80555ae8258b29b7cd72301a8dac81a10f2a7eeb.zip |
Remove unwanted TODOs
Diffstat (limited to 'src/loadlib.js')
-rw-r--r-- | src/loadlib.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/loadlib.js b/src/loadlib.js index 147b942..aa7a372 100644 --- a/src/loadlib.js +++ b/src/loadlib.js @@ -207,7 +207,6 @@ if (typeof process !== "undefined") { // Only with Node return true; }; } else { - /* TODO: use async/await ? */ readable = function(path) { path = to_uristring(path); let xhr = new XMLHttpRequest(); |