Fixing typo

This commit is contained in:
Stephen McKamey
2012-08-21 19:38:36 -07:00
parent c7788bd77f
commit 33ba9e5757

View File

@@ -193,7 +193,7 @@
_this.ready = true;
return _this.api.selfReflect();
}).error(function(error) {
return _this.fail(error.status + ' : ' + error.statusText + ' ' + _this.url);
return _this.api.fail(error.status + ' : ' + error.statusText + ' ' + _this.url);
});
}
}