[Edit] Fix style issues

This commit is contained in:
Alex M
2016-09-03 18:33:27 +03:00
parent ded52b8d19
commit 7d52d348b2
3 changed files with 4 additions and 4 deletions

View File

@ -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;
} }
); );

View File

@ -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 {*}
*/ */

View File

@ -115,4 +115,4 @@ define(
}); });
}); });
} }
); );