minor change in example
This commit is contained in:
parent
9d44bb5a0f
commit
baa9e9be61
1 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
||||||
Ox.load('UI', function() {
|
Ox.load('UI', function() {
|
||||||
|
|
||||||
var groups = [
|
var groups = [
|
||||||
['add', 'remove', 'close', 'center', 'bracket'],
|
['add', 'remove', 'close', 'center', 'focus'],
|
||||||
['arrowLeft', 'arrowRight', 'arrowUp', 'arrowDown'],
|
['arrowLeft', 'arrowRight', 'arrowUp', 'arrowDown'],
|
||||||
['left', 'right', 'up', 'down'],
|
['left', 'right', 'up', 'down'],
|
||||||
[
|
[
|
||||||
|
@ -34,7 +34,7 @@ Ox.load('UI', function() {
|
||||||
['copyright', 'noCopyright'],
|
['copyright', 'noCopyright'],
|
||||||
['circle', 'square'],
|
['circle', 'square'],
|
||||||
['volume', 'mount', 'unmount', 'sync'],
|
['volume', 'mount', 'unmount', 'sync'],
|
||||||
['icon', 'clock', 'switch', 'user']
|
['icon', 'bracket', 'clock', 'switch', 'user']
|
||||||
],
|
],
|
||||||
symbols = Ox.flatten(groups),
|
symbols = Ox.flatten(groups),
|
||||||
$menu = Ox.Bar({size: 48}),
|
$menu = Ox.Bar({size: 48}),
|
||||||
|
|
Loading…
Reference in a new issue