remove commented code
This commit is contained in:
committed by
Victor Woeltjen
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 &&
|
||||
|
||||
Reference in New Issue
Block a user