mirror of
https://github.com/nasa/openmct.git
synced 2025-06-21 00:23:01 +00:00
Fixed JSLint errors
This commit is contained in:
@ -99,7 +99,7 @@ define(
|
||||
editableObject.getCapability("status").set("editing", false);
|
||||
|
||||
return nonrecursive ?
|
||||
resolvePromise(doMutate()).then(doPersist).then(function(){self.cancel()}) :
|
||||
resolvePromise(doMutate()).then(doPersist).then(function(){self.cancel();}) :
|
||||
resolvePromise(cache.saveAll());
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user