some reformatting
This commit is contained in:
parent
9bbd6c8a68
commit
8163f071a3
1 changed files with 7 additions and 7 deletions
|
@ -129,6 +129,7 @@ pandora.URL = (function() {
|
|||
}
|
||||
|
||||
if (set.section == 'items') {
|
||||
|
||||
if (state.view) {
|
||||
set[!state.item ? 'listView' : 'itemView'] = state.view;
|
||||
}
|
||||
|
@ -289,21 +290,20 @@ pandora.URL = (function() {
|
|||
calendar: 'date'
|
||||
}
|
||||
};
|
||||
//Text
|
||||
|
||||
// Texts
|
||||
views['texts'] = {
|
||||
list: [],
|
||||
item: ['text']
|
||||
}
|
||||
};
|
||||
spanType['texts'] = {
|
||||
list: [],
|
||||
item: {
|
||||
'text': 'number'
|
||||
}
|
||||
}
|
||||
item: {text: 'number'}
|
||||
};
|
||||
sortKeys['texts'] = {
|
||||
list: {},
|
||||
item: {}
|
||||
}
|
||||
};
|
||||
|
||||
findKeys = [{id: 'list', type: 'string'}].concat(pandora.site.itemKeys);
|
||||
|
||||
|
|
Loading…
Reference in a new issue