Remove dead Builder.prototype.option() function.

It was replaced with options().
This commit is contained in:
Mayhem 2014-03-05 18:40:22 +01:00
parent 499c70db7d
commit cbed64e974

View File

@ -431,11 +431,6 @@ _.extend(Builder.prototype, Common, {
return this._setType('delete');
},
option: function(opts) {
this.opts = _.extend(this.opts, opts);
return this;
},
// Truncate
truncate: function() {
return this._setType('truncate');