fix span types

This commit is contained in:
rolux 2013-11-08 17:29:10 +00:00
parent 119f85d76e
commit 775003c298

View file

@ -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({