Remove reload method body

This commit is contained in:
Ritchie Martori 2014-02-19 17:16:46 -08:00
parent dcdbef861e
commit 0632f52411
1 changed files with 0 additions and 2 deletions

View File

@ -313,7 +313,5 @@ setRemoting(DataModel.prototype.updateAttributes, {
*/
DataModel.prototype.reload = function reload(callback) {
if (stillConnecting(this.getDataSource(), this, arguments)) return;
this.constructor.findById(getIdValue(this.constructor, this), callback);
};