Refactored the API, moving it into a single api.js file which can be

exluded from a build if desired.
This commit is contained in:
Spencer Alger
2013-10-23 06:24:02 -07:00
parent b063dfdca7
commit 01763c2c39
102 changed files with 4097 additions and 8459 deletions

View File

@ -21,7 +21,7 @@ describe('overall timeout for the network connections', function () {
res.writeHead(200);
res.on('close', function() {
res.on('close', function () {
clearInterval(dataInterval);
clearTimeout(finTimeout);
});