minor reformatting
This commit is contained in:
parent
e23fbb2d35
commit
c575686fca
1 changed files with 2 additions and 1 deletions
|
@ -64,8 +64,8 @@ Ox.DocPanel = function(options, self) {
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
self.$toolbar = Ox.Bar({size: 24}).css({textAlign: 'center'});
|
|
||||||
self.$list = Ox.Element();
|
self.$list = Ox.Element();
|
||||||
|
self.$toolbar = Ox.Bar({size: 24}).css({textAlign: 'center'});
|
||||||
self.$sidebar = Ox.SplitPanel({
|
self.$sidebar = Ox.SplitPanel({
|
||||||
elements: [
|
elements: [
|
||||||
{element: Ox.Element()},
|
{element: Ox.Element()},
|
||||||
|
@ -74,6 +74,7 @@ Ox.DocPanel = function(options, self) {
|
||||||
orientation: 'vertical'
|
orientation: 'vertical'
|
||||||
});
|
});
|
||||||
self.$page = Ox.Element();
|
self.$page = Ox.Element();
|
||||||
|
|
||||||
self.$testsStatus = $('<div>')
|
self.$testsStatus = $('<div>')
|
||||||
.css({marginTop: '5px', textAlign: 'center'})
|
.css({marginTop: '5px', textAlign: 'center'})
|
||||||
.appendTo(self.$toolbar);
|
.appendTo(self.$toolbar);
|
||||||
|
|
Loading…
Reference in a new issue