var _this = this; $.get('/foo').then(function (d) { _this.setData(d); });
fail