Fixed missing 'ok'

This commit is contained in:
Geoffroy Lesage 2015-01-15 16:08:41 -06:00
parent aa157b1050
commit 0511830a12
1 changed files with 1 additions and 0 deletions

View File

@ -692,6 +692,7 @@ MySQL.prototype.createTable = function (model, cb) {
*/
MySQL.prototype.isActual = function(models, cb) {
var self = this;
var ok;
if ((!cb) && ('function' === typeof models)) {
cb = models;