From 80555ae8258b29b7cd72301a8dac81a10f2a7eeb Mon Sep 17 00:00:00 2001 From: daurnimator Date: Sun, 4 Mar 2018 22:52:09 +1100 Subject: Remove unwanted TODOs --- src/loadlib.js | 1 - 1 file changed, 1 deletion(-) (limited to 'src/loadlib.js') 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(); -- cgit v1.2.3-54-g00ecf