fnp
/
fnpeditor.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
wip: canvas.commands - lists through new api
[fnpeditor.git]
/
src
/
editor
/
plugins
/
core.js
diff --git
a/src/editor/plugins/core.js
b/src/editor/plugins/core.js
index
d8b01c8
..
c4991f8
100644
(file)
--- 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;