From f030596468aef078dea07b1fd61af42f2508e3f0 Mon Sep 17 00:00:00 2001 From: rolux Date: Sun, 27 May 2012 22:09:52 +0200 Subject: [PATCH] remove Ox.TYPES --- source/Ox/js/Constants.js | 5 ----- 1 file changed, 5 deletions(-) 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