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.$toolbar = Ox.Bar({size: 24}).css({textAlign: 'center'});
|
||||
self.$sidebar = Ox.SplitPanel({
|
||||
elements: [
|
||||
{element: Ox.Element()},
|
||||
|
@ -74,6 +74,7 @@ Ox.DocPanel = function(options, self) {
|
|||
orientation: 'vertical'
|
||||
});
|
||||
self.$page = Ox.Element();
|
||||
|
||||
self.$testsStatus = $('<div>')
|
||||
.css({marginTop: '5px', textAlign: 'center'})
|
||||
.appendTo(self.$toolbar);
|
||||
|
|
Loading…
Reference in a new issue