parent
29e3eb991f
commit
04e1256b8b
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue