remove Ox.TYPES
This commit is contained in:
parent
30e59f5538
commit
f030596468
1 changed files with 0 additions and 5 deletions
|
@ -133,11 +133,6 @@ Ox.SYMBOLS = {
|
||||||
CLOSE: '\u2715', BALLOT: '\u2717', WINDOWS: '\u2756',
|
CLOSE: '\u2715', BALLOT: '\u2717', WINDOWS: '\u2756',
|
||||||
EDIT: '\uF802', CLICK: '\uF803', APPLE: '\uF8FF'
|
EDIT: '\uF802', CLICK: '\uF803', APPLE: '\uF8FF'
|
||||||
};
|
};
|
||||||
//@ Ox.TYPES <[str]> list of types, as returned by <code>Ox.type()</code> FIXME!
|
|
||||||
Ox.TYPES = [
|
|
||||||
'Arguments', 'Array', 'Boolean', 'Date', 'Element', 'Function', 'Infinity',
|
|
||||||
'NaN', 'Null', 'Number', 'Object', 'RegExp', 'String', 'Undefined'
|
|
||||||
];
|
|
||||||
//@ Ox.VERSION <str> OxJS version number
|
//@ Ox.VERSION <str> OxJS version number
|
||||||
Ox.VERSION = '0.1';
|
Ox.VERSION = '0.1';
|
||||||
//@ Ox.WEEKDAYS <[str]> Names of weekdays
|
//@ Ox.WEEKDAYS <[str]> Names of weekdays
|
||||||
|
|
Loading…
Reference in a new issue