X-Git-Url: https://git.mdrn.pl/fnpeditor.git/blobdiff_plain/8464a511c74dff643095ce419659df60b0580b7a..3c6c8fe1de117ec69a146ea18aedac5d8dc30691:/src/editor/plugins/core.js diff --git a/src/editor/plugins/core.js b/src/editor/plugins/core.js index d8b01c8..c4991f8 100644 --- a/src/editor/plugins/core.js +++ b/src/editor/plugins/core.js @@ -23,7 +23,7 @@ var breakContentTransformation = { }; -var breakContentAction = function(document, context) { +var breakContentAction = function(document, context) { //@ editor.getDocument(); editor.getContext('...') var textNode = context.cursor.currentNode; if(textNode) { var result, goto;