Merge pull request #1372 from marcelklehr/fix/checkPad-async.series

Fix #1367: async.series was lacking callback in checkPad.js
pull/1371/merge
John McLear 2013-01-17 08:35:50 -08:00
commit c8786bfdf5
1 changed files with 2 additions and 4 deletions

View File

@ -28,10 +28,8 @@ async.series([
function(callback) {
settings = require('../src/node/utils/Settings');
db = require('../src/node/db/DB');
},
//intallize the database
function (callback)
{
//intallize the database
db.init(callback);
},
//get the pad