diff --git a/core/modules/quickedit/js/views/EditorView.js b/core/modules/quickedit/js/views/EditorView.js index 205bf8e..e13b0a1 100644 --- a/core/modules/quickedit/js/views/EditorView.js +++ b/core/modules/quickedit/js/views/EditorView.js @@ -163,8 +163,7 @@ }, /** - * Reverts the modified value to the original value, before editing - * started. + * Reverts the modified value to the original, before editing started. */ revert: function () { // A no-op by default; each editor should implement reverting itself.