1
0
Fork 0
forked from 0x2620/oxjs

add Ox.MenuButton

This commit is contained in:
rlx 2011-12-20 07:07:57 +00:00
commit 9f151e2e60
4 changed files with 169 additions and 40 deletions

View file

@ -43,7 +43,7 @@ Ox.Menu = function(options, self) {
},
parent: null,
selected: -1,
side: 'bottom',
side: 'bottom', // FIXME: should be 'edge'
size: 'medium' // fixme: remove
})
.options(options || {})