forked from 0x2620/oxjs
improve removal of elements
This commit is contained in:
parent
7848277593
commit
7761b9dea4
3 changed files with 32 additions and 8 deletions
|
|
@ -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
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue