firefox osx has 0 now
This commit is contained in:
parent
34e479dcfc
commit
3eb6e3f432
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ Ox.SCROLLBAR_SIZE = Ox.UI.SCROLLBAR_SIZE = $.browser.webkit ? 8 : (function() {
|
||||||
width = 1 + width - (inner[0].offsetWidth == width
|
width = 1 + width - (inner[0].offsetWidth == width
|
||||||
? outer[0].clientWidth : inner[0].offsetWidth);
|
? outer[0].clientWidth : inner[0].offsetWidth);
|
||||||
outer.remove();
|
outer.remove();
|
||||||
return width + width % 2;
|
return Math.max(width + width % 2, 8);
|
||||||
})();
|
})();
|
||||||
|
|
||||||
//@ Ox.UI.PATH <str> Path of Ox UI
|
//@ Ox.UI.PATH <str> Path of Ox UI
|
||||||
|
|
Loading…
Reference in a new issue