minor bugfix

This commit is contained in:
rolux 2012-08-31 08:54:24 +02:00
parent 95502a62a1
commit 6f545969e4

View file

@ -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,