Fix style to pass jlint
This commit is contained in:
parent
b4a45603cb
commit
614ac2b419
|
@ -299,8 +299,8 @@ function buildWhere(self, model, where) {
|
|||
*/
|
||||
SqlConnector.prototype.deleteAll =
|
||||
SqlConnector.prototype.destroyAll = function destroyAll(model, where, callback) {
|
||||
this.command('DELETE FROM ' + this.tableEscaped(model)
|
||||
+ buildWhere(this, model, where), function (err, result) {
|
||||
this.command('DELETE FROM ' + this.tableEscaped(model) +
|
||||
buildWhere(this, model, where), function (err, result) {
|
||||
if (callback) {
|
||||
callback(err, result);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue