Merge branch 'master' of github.com:1602/jugglingdb
This commit is contained in:
commit
02138b8965
|
@ -513,7 +513,7 @@ AbstractClass.prototype.destroy = function (cb) {
|
|||
* @param {Function} callback - callback called with (err, instance)
|
||||
*/
|
||||
AbstractClass.prototype.updateAttribute = function updateAttribute(name, value, callback) {
|
||||
data = {};
|
||||
var data = {};
|
||||
data[name] = value;
|
||||
this.updateAttributes(data, callback);
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue