debugging...

This commit is contained in:
Rolux 2010-07-05 14:15:03 +02:00
parent aa41d0966b
commit 7249a819fe
1 changed files with 2 additions and 2 deletions

View File

@ -2,6 +2,8 @@ $(function(){
//Ox.debug = Ox.print;
//Ox.print = function() {};
Ox.print("--------");
Ox.theme("modern");
app = new Ox.App({
requestURL: "/api/"
@ -30,8 +32,6 @@ $(function(){
borderBottom: "1px solid rgb(160, 160, 160)"
})*/;
Ox.print("-----");
//FIXME: how to properly overwrite functions without replacing them
var super_launch = app.launch;
app.launch = function() {