1
0
Fork 0
forked from 0x2620/oxjs
This commit is contained in:
j 2018-11-12 07:12:58 +01:00
commit ad7e833519
3 changed files with 10 additions and 1 deletions

View file

@ -47,7 +47,7 @@ Ox.SCROLLBAR_SIZE = Ox.UI.SCROLLBAR_SIZE = $.browser.webkit ? 8 : (function() {
width = 1 + width - (inner[0].offsetWidth == width
? outer[0].clientWidth : inner[0].offsetWidth);
outer.remove();
return width;
return width + width % 2;
})();
//@ Ox.UI.PATH <str> Path of Ox UI