Merge pull request #40 from gierschv/fix-var-name

Fixes variable name
This commit is contained in:
dgsan 2013-06-28 11:43:22 -07:00
commit 459915924a
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ exports.initialize = function initializeSchema(schema, callback) {
throw error; throw error;
} }
}); });
} else throw error; } else throw err;
} else callback(); } else callback();
}); });