catch another global var
This commit is contained in:
parent
e6b634ddef
commit
5c7a19ac01
1 changed files with 1 additions and 1 deletions
|
@ -648,7 +648,7 @@ Ox.TextList = function(options, self) {
|
|||
stopPos = pos,
|
||||
startSelector = '.OxColumn' + Ox.toTitleCase(id),
|
||||
stopSelector = '.OxColumn' + Ox.toTitleCase(self.visibleColumns[stopPos].id),
|
||||
insert = startPos < stopPos ? 'insertAfter' : 'insertBefore'
|
||||
insert = startPos < stopPos ? 'insertAfter' : 'insertBefore',
|
||||
$column = $('.OxHeadCell' + startSelector),
|
||||
$resize = $column.next();
|
||||
//Ox.Log('List', startSelector, insert, stopSelector)
|
||||
|
|
Loading…
Reference in a new issue