Remove updateAttribute as remote method

This commit is contained in:
Ritchie Martori 2013-07-15 19:44:29 -07:00
parent 0aa0cabdd4
commit a4247ad59f
1 changed files with 0 additions and 7 deletions

View File

@ -594,13 +594,6 @@ DataAccessObject.prototype.updateAttribute = function updateAttribute(name, valu
this.updateAttributes(data, callback);
};
DataAccessObject.prototype.updateAttribute.shared = true;
DataAccessObject.prototype.updateAttribute.accepts = [
{arg: 'name', type: 'string', required: true},
{arg: 'value', type: 'any', required: true}
];
DataAccessObject.prototype.updateAttribute.returns = {arg: 'data', type: 'object'};
/**
* Update set of attributes
*