From 6f545969e48010d8eb1fba8284383ed9318312ee Mon Sep 17 00:00:00 2001 From: rolux Date: Fri, 31 Aug 2012 08:54:24 +0200 Subject: [PATCH] minor bugfix --- source/Ox.UI/js/List/TableList.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Ox.UI/js/List/TableList.js b/source/Ox.UI/js/List/TableList.js index be842af1..77d184ae 100644 --- a/source/Ox.UI/js/List/TableList.js +++ b/source/Ox.UI/js/List/TableList.js @@ -601,7 +601,7 @@ Ox.TableList = function(options, self) { } function enableHorizontalScrolling() { - that.$body.css({overflowX: 'auto'}); + that.$body && that.$body.css({overflowX: 'auto'}); that.bindEvent({ key_left: function () { var $element = that.$body.$element,