forked from 0x2620/oxjs
fix some scrollbar scale bugs
This commit is contained in:
parent
385aac008c
commit
457e175455
3 changed files with 5 additions and 5 deletions
|
|
@ -1136,6 +1136,8 @@ Ox.PATH = Array.prototype.slice.apply(
|
|||
})[0].src.replace('Ox.js', '');
|
||||
//@ Ox.PREFIXES <[str]> <code>['K', 'M', 'G', 'T', 'P']</code>
|
||||
Ox.PREFIXES = ['K', 'M', 'G', 'T', 'P'];
|
||||
//@ Ox.SEASONS <[str]> Names of the seasons of the year
|
||||
Ox.SEASONS = ['Winter', 'Spring', 'Summer', 'Fall'];
|
||||
//@ Ox.SYMBOLS <obj> Unicode characters for symbols
|
||||
Ox.SYMBOLS = {
|
||||
DOLLAR: '\u0024',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue