1
0
Fork 0
forked from 0x2620/oxjs

minor changes

This commit is contained in:
rolux 2011-04-23 20:02:41 +02:00
commit 95fc4e29bb
2 changed files with 4 additions and 4 deletions

View file

@ -2,7 +2,7 @@ console.log('calling Ox.UI()')
//console.log('Ox =', Ox)
//console.log('Ox.UI =', Ox.UI)
Ox.UI({display: 'icon', theme: 'modern'}, function() {
Ox.UI({display: 'console', theme: 'modern'}, function() {
console.log('running Ox.UI()')
//console.log('Ox =', Ox)