mirror of
https://github.com/nasa/openmct.git
synced 2025-04-09 20:31:26 +00:00
remove commented code
This commit is contained in:
parent
557cd91b21
commit
144437a06e
@ -28,16 +28,6 @@ define(
|
||||
[],
|
||||
function () {
|
||||
|
||||
// function isDirty(domainObject) {
|
||||
// var navigatedObject = domainObject,
|
||||
// editorCapability = navigatedObject &&
|
||||
// navigatedObject.getCapability("editor");
|
||||
|
||||
// return editorCapability &&
|
||||
// editorCapability.isEditContextRoot() &&
|
||||
// editorCapability.dirty();
|
||||
// }
|
||||
|
||||
function cancelEditing(domainObject) {
|
||||
var navigatedObject = domainObject,
|
||||
editorCapability = navigatedObject &&
|
||||
|
Loading…
x
Reference in New Issue
Block a user