debugging...

This commit is contained in:
Rolux 2010-07-05 14:19:31 +02:00
parent bf03ab96d2
commit fb5ef0cef9
1 changed files with 2 additions and 1 deletions

View File

@ -14,7 +14,6 @@ $(function(){
var mainPanel = new Ox.Panel()/*.css({
//borderLeft: "1px solid rgb(160, 160, 160)"
})*/;
Ox.print("--------");
var middleSplitPanel = Ox.SplitPanel({
elements: [
{
@ -180,6 +179,8 @@ $(function(){
size: "large"
});
Ox.print("--------");
var pageDialog = function(title, page) {
Ox.debug(title, page);
var $dialog = new Ox.Dialog({