update symbols example
This commit is contained in:
parent
b0faaa6266
commit
213385d0d8
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ This example shows the symbols that come with `Ox.UI`.
|
||||||
Ox.load('UI', function() {
|
Ox.load('UI', function() {
|
||||||
|
|
||||||
var groups = [
|
var groups = [
|
||||||
['add', 'remove', 'close', 'center', 'focus'],
|
['equal', 'add', 'remove', 'close', 'center', 'focus'],
|
||||||
['arrowLeft', 'arrowRight', 'arrowUp', 'arrowDown'],
|
['arrowLeft', 'arrowRight', 'arrowUp', 'arrowDown'],
|
||||||
['left', 'right', 'up', 'down'],
|
['left', 'right', 'up', 'down'],
|
||||||
[
|
[
|
||||||
|
|
Loading…
Reference in a new issue