Fixing jslint errors
This commit is contained in:
@@ -133,9 +133,9 @@ define(
|
|||||||
domainObject.getModel()
|
domainObject.getModel()
|
||||||
]).then(function(result){
|
]).then(function(result){
|
||||||
return rejectIfFalsey(result, self.$q);
|
return rejectIfFalsey(result, self.$q);
|
||||||
/*jshint es5: true */
|
/*jslint es5: true */
|
||||||
}).catch(function(error){
|
}).catch(function(error){
|
||||||
/*jshint es5: false */
|
/*jslint es5: false */
|
||||||
return notifyOnError(error, domainObject, self.alertService, self.$q);
|
return notifyOnError(error, domainObject, self.alertService, self.$q);
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user