fnp
/
fnpeditor.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
smartxml: helper functions
[fnpeditor.git]
/
src
/
wlxml
/
extensions
/
list
/
list.js
diff --git
a/src/wlxml/extensions/list/list.js
b/src/wlxml/extensions/list/list.js
index
2a996ac
..
85ab751
100644
(file)
--- a/
src/wlxml/extensions/list/list.js
+++ b/
src/wlxml/extensions/list/list.js
@@
-77,6
+77,7
@@
extension.document.transformations.createList = {
nodesToWrap.forEach(function(node) {
listNode.append(node);
});
nodesToWrap.forEach(function(node) {
listNode.append(node);
});
+ return listNode;
},
getChangeRoot: function() {
return this.args[0].node1.parent();
},
getChangeRoot: function() {
return this.args[0].node1.parent();