mirror of
https://github.com/nasa/openmct.git
synced 2025-01-19 19:27:07 +00:00
Fixing jslint errors
This commit is contained in:
parent
8df27a1c05
commit
a39cbbd917
@ -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);
|
||||
});
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user