forked from 0x2620/pandora
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 (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);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue