From baa9e9be615fa30d5851c3e1f67243fee1820ddb Mon Sep 17 00:00:00 2001 From: rolux Date: Tue, 17 Apr 2012 17:24:15 +0200 Subject: [PATCH] minor change in example --- examples/symbols/js/example.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/symbols/js/example.js b/examples/symbols/js/example.js index c491565c..951b1c31 100644 --- a/examples/symbols/js/example.js +++ b/examples/symbols/js/example.js @@ -7,7 +7,7 @@ Ox.load('UI', function() { var groups = [ - ['add', 'remove', 'close', 'center', 'bracket'], + ['add', 'remove', 'close', 'center', 'focus'], ['arrowLeft', 'arrowRight', 'arrowUp', 'arrowDown'], ['left', 'right', 'up', 'down'], [ @@ -34,7 +34,7 @@ Ox.load('UI', function() { ['copyright', 'noCopyright'], ['circle', 'square'], ['volume', 'mount', 'unmount', 'sync'], - ['icon', 'clock', 'switch', 'user'] + ['icon', 'bracket', 'clock', 'switch', 'user'] ], symbols = Ox.flatten(groups), $menu = Ox.Bar({size: 48}),