Fix database.js

This commit is contained in:
calzoneman 2013-08-20 19:56:03 -05:00
parent 98853822e0
commit d5ebf1ad4e
1 changed files with 3 additions and 1 deletions

View File

@ -63,7 +63,9 @@ Database.prototype.query = function (query, sub, callback) {
} }
} }
}); });
} function blackHole() { };
function blackHole() {
} }