This commit is contained in:
rlx 2014-09-25 11:53:42 +02:00
parent 0119a2d466
commit 6efb08ab60

View file

@ -127,14 +127,14 @@ Ox.SYMBOLS = {
control: '\u2303', command: '\u2318', enter: '\u2324', alt: '\u2325',
'delete': '\u2326', clear:'\u2327', backspace: '\u232B', option: '\u2387',
navigate: '\u2388', escape: '\u238B', eject: '\u23CF', space: '\u2423',
info: '\u24D8', triangle_up: '\u25B2', triangle_right: '\u25BA',
triangle_down: '\u25BC', select: '\u25BE', triangle_left: '\u25C0',
diamond: '\u25C6', black_star: '\u2605', white_star: '\u2606',
burn: '\u2622', sound: '\u266B', trash: '\u267A', flag: '\u2691',
anchor: '\u2693', gear: '\u2699', atom: '\u269B', warning: '\u26A0',
voltage: '\u26A1', cut: '\u2702', backup: '\u2707', fly: '\u2708',
check: '\u2713', close: '\u2715', ballot: '\u2717', windows: '\u2756',
edit: '\uF802', click: '\uF803', apple: '\uF8FF'
triangle_up: '\u25B2', triangle_right: '\u25BA', triangle_down: '\u25BC',
select: '\u25BE', triangle_left: '\u25C0', diamond: '\u25C6',
black_star: '\u2605', white_star: '\u2606', burn: '\u2622',
sound: '\u266B', trash: '\u267A', flag: '\u2691', anchor: '\u2693',
gear: '\u2699', atom: '\u269B', warning: '\u26A0', voltage: '\u26A1',
cut: '\u2702', backup: '\u2707', fly: '\u2708', check: '\u2713',
close: '\u2715', ballot: '\u2717', windows: '\u2756', edit: '\uF802',
click: '\uF803', apple: '\uF8FF'
};
//@ Ox.VERSION <s> OxJS version number
Ox.VERSION = '0.1';