From 5c7a19ac014124ad1b36de385c58a880c8a30d1e Mon Sep 17 00:00:00 2001 From: rlx <0x0073@0x2620.org> Date: Sun, 6 Nov 2011 00:19:27 +0000 Subject: [PATCH] catch another global var --- source/Ox.UI/js/List/Ox.TextList.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Ox.UI/js/List/Ox.TextList.js b/source/Ox.UI/js/List/Ox.TextList.js index 406bb223..2d7f5397 100644 --- a/source/Ox.UI/js/List/Ox.TextList.js +++ b/source/Ox.UI/js/List/Ox.TextList.js @@ -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)