1
0
Fork 0
forked from 0x2620/oxjs

updates for loader

This commit is contained in:
rolux 2011-04-23 13:04:37 +02:00
commit 7430ef1023
10 changed files with 429 additions and 192 deletions

View file

@ -1,10 +1,17 @@
console.log('calling Ox.UI()')
//console.log('Ox =', Ox)
//console.log('Ox.UI =', Ox.UI)
Ox.UI(function() {
console.log('running Ox.UI()')
//console.log('Ox =', Ox)
Ox.UI.ready(function() {
Ox.theme('modern');
Ox.print('$$$$', Ox.Calendar)
//Ox.print('$$$$', Ox.Calendar)
new Ox.Calendar({
date: new Date(0),