Browse Source

return empty object as API

Gildas 6 years ago
parent
commit
68bd32e045
1 changed files with 1 additions and 0 deletions
  1. 1 0
      lib/lazy/bg/lazy-timeout.js

+ 1 - 0
lib/lazy/bg/lazy-timeout.js

@@ -36,5 +36,6 @@ singlefile.lib.lazy.bg.main = (() => {
 			clearTimeout(message.id);
 		}
 	});
+	return {};
 
 })();