X-Git-Url: https://git.mdrn.pl/fnpeditor.git/blobdiff_plain/8464a511c74dff643095ce419659df60b0580b7a..90a4709555ba28d2175c7a359d538e7775f9bf64:/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;