fix span types
This commit is contained in:
parent
119f85d76e
commit
775003c298
1 changed files with 3 additions and 4 deletions
|
@ -357,15 +357,14 @@ pandora.URL = (function() {
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
spanType['edits'] = {
|
spanType['edits'] = {
|
||||||
list: [],
|
list: {},
|
||||||
item: {edit: 'duration'}
|
item: {edit: 'duration'}
|
||||||
};
|
};
|
||||||
spanType['texts'] = {
|
spanType['texts'] = {
|
||||||
list: [],
|
list: {},
|
||||||
item: {text: 'number'}
|
item: {text: 'string'}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
findKeys = [{id: 'list', type: 'string'}].concat(pandora.site.itemKeys);
|
findKeys = [{id: 'list', type: 'string'}].concat(pandora.site.itemKeys);
|
||||||
|
|
||||||
self.URL = Ox.URL(Ox.extend({
|
self.URL = Ox.URL(Ox.extend({
|
||||||
|
|
Loading…
Reference in a new issue