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'] = {
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({