some reformatting

This commit is contained in:
rolux 2013-03-04 11:20:55 +00:00
parent 9bbd6c8a68
commit 8163f071a3

View file

@ -129,6 +129,7 @@ pandora.URL = (function() {
} }
if (set.section == 'items') { if (set.section == 'items') {
if (state.view) { if (state.view) {
set[!state.item ? 'listView' : 'itemView'] = state.view; set[!state.item ? 'listView' : 'itemView'] = state.view;
} }
@ -289,21 +290,20 @@ pandora.URL = (function() {
calendar: 'date' calendar: 'date'
} }
}; };
//Text
// Texts
views['texts'] = { views['texts'] = {
list: [], list: [],
item: ['text'] item: ['text']
} };
spanType['texts'] = { spanType['texts'] = {
list: [], list: [],
item: { item: {text: 'number'}
'text': 'number' };
}
}
sortKeys['texts'] = { sortKeys['texts'] = {
list: {}, list: {},
item: {} item: {}
} };
findKeys = [{id: 'list', type: 'string'}].concat(pandora.site.itemKeys); findKeys = [{id: 'list', type: 'string'}].concat(pandora.site.itemKeys);