Update datasource.js

Fix small typo
This commit is contained in:
Rand McKinney 2014-06-04 17:44:57 -07:00
parent 29e3eb991f
commit 04e1256b8b
1 changed files with 1 additions and 1 deletions

View File

@ -1625,7 +1625,7 @@ DataSource.prototype.defineForeignKey = function defineForeignKey(className, key
/** /**
* Close database connection * Close database connection
* @param {Fucntion} cb The callback function. Optional. * @param {Function} cb The callback function. Optional.
*/ */
DataSource.prototype.disconnect = function disconnect(cb) { DataSource.prototype.disconnect = function disconnect(cb) {
var self = this; var self = this;