minor bugfix
This commit is contained in:
parent
95502a62a1
commit
6f545969e4
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue