mirror of
https://github.com/nasa/openmct.git
synced 2025-06-18 23:28:14 +00:00
[Edit] Fix style issues
This commit is contained in:
@ -50,7 +50,7 @@ define(
|
|||||||
SaveAndStopEditingAction.prototype.perform = function () {
|
SaveAndStopEditingAction.prototype.perform = function () {
|
||||||
var domainObject = this.domainObject,
|
var domainObject = this.domainObject,
|
||||||
saveAction = new SaveAction(this.dialogService, this.context);
|
saveAction = new SaveAction(this.dialogService, this.context);
|
||||||
|
|
||||||
function closeEditor() {
|
function closeEditor() {
|
||||||
return domainObject.getCapability("editor").finish();
|
return domainObject.getCapability("editor").finish();
|
||||||
}
|
}
|
||||||
@ -70,4 +70,4 @@ define(
|
|||||||
|
|
||||||
return SaveAndStopEditingAction;
|
return SaveAndStopEditingAction;
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
@ -81,7 +81,7 @@ define(
|
|||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Save any unsaved changes from this editing session. This will
|
* Save any unsaved changes from this editing session. This will
|
||||||
* end the current transaction and continue with a new one.
|
* end the current transaction and continue with a new one.
|
||||||
* @returns {*}
|
* @returns {*}
|
||||||
*/
|
*/
|
||||||
|
@ -115,4 +115,4 @@ define(
|
|||||||
});
|
});
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
Reference in New Issue
Block a user