forked from 0x2620/pandora
use documents panel in documents view
This commit is contained in:
parent
b9b5a0d5b3
commit
a625760838
1 changed files with 3 additions and 0 deletions
|
@ -4,6 +4,9 @@
|
||||||
|
|
||||||
pandora.ui.documentsView = function(options, self) {
|
pandora.ui.documentsView = function(options, self) {
|
||||||
|
|
||||||
|
var that = pandora.ui.documentsPanel();
|
||||||
|
return that;
|
||||||
|
|
||||||
var self = self || {},
|
var self = self || {},
|
||||||
that = Ox.Element({}, self)
|
that = Ox.Element({}, self)
|
||||||
.defaults({
|
.defaults({
|
||||||
|
|
Loading…
Reference in a new issue