wlxml: fixing bug in a list extension
authorAleksander Łukasz <aleksander.lukasz@nowoczesnapolska.org.pl>
Tue, 11 Feb 2014 10:13:04 +0000 (11:13 +0100)
committerAleksander Łukasz <aleksander.lukasz@nowoczesnapolska.org.pl>
Tue, 11 Feb 2014 10:13:04 +0000 (11:13 +0100)
commit898f8bf5c4bf5e553994ee7d7cf320fcc0d1bc12
treebc5f6fdf350b9a0f327e171285ed81b5a4717157
parentb4f3f9be95d6b0a454e18389bb0903e0cd63ae53
wlxml: fixing bug in a list extension

Pointing a text node as a starting point for a new list caused DOM
manipulation error in the document as it was trying to insert list
node into the wrapping node of said text node.
src/wlxml/extensions/list/list.js
src/wlxml/extensions/list/list.test.js