forked from 0x2620/pandora
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'] = {
|
||||
list: [],
|
||||
list: {},
|
||||
item: {edit: 'duration'}
|
||||
};
|
||||
spanType['texts'] = {
|
||||
list: [],
|
||||
item: {text: 'number'}
|
||||
list: {},
|
||||
item: {text: 'string'}
|
||||
};
|
||||
|
||||
|
||||
findKeys = [{id: 'list', type: 'string'}].concat(pandora.site.itemKeys);
|
||||
|
||||
self.URL = Ox.URL(Ox.extend({
|
||||
|
|
Loading…
Reference in a new issue