[Edit] Fix style issues
This commit is contained in:
@@ -50,7 +50,7 @@ define(
|
||||
SaveAndStopEditingAction.prototype.perform = function () {
|
||||
var domainObject = this.domainObject,
|
||||
saveAction = new SaveAction(this.dialogService, this.context);
|
||||
|
||||
|
||||
function closeEditor() {
|
||||
return domainObject.getCapability("editor").finish();
|
||||
}
|
||||
@@ -70,4 +70,4 @@ define(
|
||||
|
||||
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.
|
||||
* @returns {*}
|
||||
*/
|
||||
|
||||
@@ -115,4 +115,4 @@ define(
|
||||
});
|
||||
});
|
||||
}
|
||||
);
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user