1
0
Fork 0
forked from 0x2620/oxjs

improve removal of elements

This commit is contained in:
rlx 2011-11-01 23:14:29 +00:00
commit 7761b9dea4
3 changed files with 32 additions and 8 deletions

View file

@ -201,6 +201,7 @@ Ox.SplitPanel = function(options, self) {
//self.options.elements[pos].element.replaceWith(element.$element.$element || element.$element)
//self.options.elements[pos].element = element;
///*
Ox.print('REPLACE ELEMENT')
self.options.elements[pos].element.replaceWith(
self.options.elements[pos].element = element
);