debugging...

This commit is contained in:
Rolux 2010-07-05 14:15:03 +02:00
parent aa41d0966b
commit 7249a819fe

View file

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