forked from 0x2620/oxjs
Ox.UI -> Ox
This commit is contained in:
parent
eaaa8602e7
commit
775aa607c8
13 changed files with 31 additions and 31 deletions
|
|
@ -594,7 +594,7 @@ Ox.List = function(options, self) {
|
|||
return that.height() - (
|
||||
!self.options.disableHorizontalScrolling
|
||||
&& that.$content.width() > that.width()
|
||||
? Ox.UI.SCROLLBAR_SIZE : 0
|
||||
? Ox.SCROLLBAR_SIZE : 0
|
||||
);
|
||||
}
|
||||
|
||||
|
|
@ -782,7 +782,7 @@ Ox.List = function(options, self) {
|
|||
function getWidth() {
|
||||
//Ox.Log('List', 'LIST THAT.WIDTH()', that.width())
|
||||
return that.width() - (
|
||||
that.$content.height() > that.height() ? Ox.UI.SCROLLBAR_SIZE : 0
|
||||
that.$content.height() > that.height() ? Ox.SCROLLBAR_SIZE : 0
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue