minor change in example

This commit is contained in:
rolux 2012-04-17 17:24:15 +02:00
parent 9d44bb5a0f
commit baa9e9be61

View file

@ -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}),