debugging...
This commit is contained in:
parent
fe09b69163
commit
2e7a7094f7
1 changed files with 2 additions and 3 deletions
|
@ -391,6 +391,8 @@ $(function(){
|
||||||
.open();
|
.open();
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Ox.print("--------");
|
||||||
|
|
||||||
var bottomPanel = Ox.Toolbar({size: "small"})
|
var bottomPanel = Ox.Toolbar({size: "small"})
|
||||||
.css({
|
.css({
|
||||||
zIndex: 2,
|
zIndex: 2,
|
||||||
|
@ -430,9 +432,6 @@ $(function(){
|
||||||
|
|
||||||
historyPanel.$content.html("Paris<br/>Matirx<br/>Godard")
|
historyPanel.$content.html("Paris<br/>Matirx<br/>Godard")
|
||||||
|
|
||||||
Ox.print("--------");
|
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
var tabbar = new Ox.Tabbar({
|
var tabbar = new Ox.Tabbar({
|
||||||
values: ["Info", "Scenes", "Timeline", "Map", "Admin"],
|
values: ["Info", "Scenes", "Timeline", "Map", "Admin"],
|
||||||
|
|
Loading…
Reference in a new issue