mirror of
https://github.com/nasa/openmct.git
synced 2025-06-17 06:38:17 +00:00
Addressing issues from code review
This commit is contained in:
@ -124,7 +124,6 @@ define(
|
||||
*/
|
||||
EditorCapability.prototype.cancel = function () {
|
||||
this.editableObject.getCapability("status").set("editing", false);
|
||||
//TODO: Reset the cache as well here.
|
||||
this.cache.markClean();
|
||||
return resolvePromise(undefined);
|
||||
};
|
||||
|
Reference in New Issue
Block a user