Fixing jslint errors

This commit is contained in:
Henry 2015-12-01 22:35:28 -08:00
parent 8df27a1c05
commit a39cbbd917

View File

@ -133,9 +133,9 @@ define(
domainObject.getModel()
]).then(function(result){
return rejectIfFalsey(result, self.$q);
/*jshint es5: true */
/*jslint es5: true */
}).catch(function(error){
/*jshint es5: false */
/*jslint es5: false */
return notifyOnError(error, domainObject, self.alertService, self.$q);
});
};