smartxml: fix - do not send nodeDetached event for out of document node
authorAleksander Łukasz <aleksander.lukasz@nowoczesnapolska.org.pl>
Tue, 3 Dec 2013 22:41:47 +0000 (23:41 +0100)
committerAleksander Łukasz <aleksander.lukasz@nowoczesnapolska.org.pl>
Sun, 15 Dec 2013 21:32:47 +0000 (22:32 +0100)
commit2a317c49f0b5110cc3717878a4f988aba8c63c5e
tree235cf7b9fe9e327c7ce0e350b955b55b3fb81b7a
parent2fbd2cb6926b1066b38adf0698a3679d089ad80c
smartxml: fix - do not send nodeDetached event for out of document node

This fixes the case where new node, which wasn't inserted into document
tree yet was moved (via append/prepend/before/after) into another
out of document node which was triggering nodeDetached event.
src/smartxml/smartxml.js
src/smartxml/smartxml.test.js