jx.dom.remove enhancement

bug fix: jx.dom.remove must return the item that was removed just in case it needs to be processed
master
Steve L. Nyemba 9 years ago
parent f5a075fe99
commit 579818d7aa

@ -42,6 +42,7 @@ jx.dom.remove = function(id){
_item = id ;
}
_item.parentNode.removeChild(_item) ;
return _item ;
}

Loading…
Cancel
Save