1
0
Fork 0
forked from 0x2620/oxjs

fix some scrollbar scale bugs

This commit is contained in:
rolux 2011-05-26 20:49:48 +02:00
commit 457e175455
3 changed files with 5 additions and 5 deletions

View file

@ -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',