forked from 0x2620/pandora
refactoring
This commit is contained in:
parent
dee49e3a46
commit
164961e562
16 changed files with 349 additions and 637 deletions
|
|
@ -32,8 +32,8 @@ pandora.ui.contentPanel = function() {
|
|||
listView: function() {
|
||||
that.replaceElement(1, pandora.$ui.list = pandora.ui.list());
|
||||
},
|
||||
item: function() {
|
||||
that.replaceElement(1, pandora.$ui.item = pandora.ui.item());
|
||||
item: function(value) {
|
||||
value && that.replaceElement(1, pandora.$ui.item = pandora.ui.item());
|
||||
},
|
||||
itemView: function() {
|
||||
that.replaceElement(1, pandora.$ui.item = pandora.ui.item());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue