forked from 0x2620/oxjs
improve Ox.formatValue
This commit is contained in:
parent
211abb10ab
commit
7818d4deb6
2 changed files with 5 additions and 5 deletions
|
|
@ -82,8 +82,8 @@ Ox.PATH = Ox.makeArray(
|
|||
).reverse().filter(function(element) {
|
||||
return /Ox\.js$/.test(element.src);
|
||||
})[0].src.replace(/Ox\.js$/, '');
|
||||
//@ Ox.PREFIXES <[str]> <code>['K', 'M', 'G', 'T', 'P']</code>
|
||||
Ox.PREFIXES = ['K', 'M', 'G', 'T', 'P'];
|
||||
//@ 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue