diff --git a/source/Ox/js/Constants.js b/source/Ox/js/Constants.js index b2edf35b..e10274f7 100644 --- a/source/Ox/js/Constants.js +++ b/source/Ox/js/Constants.js @@ -133,11 +133,6 @@ Ox.SYMBOLS = { CLOSE: '\u2715', BALLOT: '\u2717', WINDOWS: '\u2756', EDIT: '\uF802', CLICK: '\uF803', APPLE: '\uF8FF' }; -//@ Ox.TYPES <[str]> list of types, as returned by Ox.type() FIXME! -Ox.TYPES = [ - 'Arguments', 'Array', 'Boolean', 'Date', 'Element', 'Function', 'Infinity', - 'NaN', 'Null', 'Number', 'Object', 'RegExp', 'String', 'Undefined' -]; //@ Ox.VERSION OxJS version number Ox.VERSION = '0.1'; //@ Ox.WEEKDAYS <[str]> Names of weekdays