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