Fix default ports

This commit is contained in:
Michael Morrison 2013-07-10 06:00:42 -05:00
parent 4c1c8be8f1
commit cb5e47aebe
1 changed files with 0 additions and 1 deletions

View File

@ -31,7 +31,6 @@ module.exports = {
query.type = type;
// copy over options
query.options = {};
for(var i in options) query.options[i] = options[i];
activeQueries.push(query);