various documentation-related changes

This commit is contained in:
rolux 2011-05-05 20:02:56 +02:00
commit a6ed310087
13 changed files with 880 additions and 301 deletions

View file

@ -2,7 +2,7 @@
OxUI Documentation
***/
var app = {};
$(function() {
Ox.load('UI', {debug: true}, function() {
app.$body = $('body');
app.$document = $(document);
app.$window = $(window);