forked from 0x2620/oxjs
minor fixes and documentation updates
This commit is contained in:
parent
baf0f72912
commit
ebc6efffb4
11 changed files with 15 additions and 6 deletions
|
|
@ -5,6 +5,7 @@ Ox.ExamplePanel = function(options, self) {
|
|||
self = self || {};
|
||||
var that = Ox.Element({}, self)
|
||||
.defaults({
|
||||
element: '',
|
||||
examples: [],
|
||||
keywords: null,
|
||||
path: '',
|
||||
|
|
@ -16,7 +17,7 @@ Ox.ExamplePanel = function(options, self) {
|
|||
.options(options || {})
|
||||
|
||||
self.$list = Ox.Element();
|
||||
self.$page = Ox.Element();
|
||||
self.$page = Ox.Element().append(self.options.element);
|
||||
|
||||
that.setElement(
|
||||
self.$panel = Ox.SplitPanel({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue