This commit is contained in:
rolux 2014-12-17 15:55:35 +00:00
commit 51df0ff7b7
2 changed files with 3 additions and 1 deletions

View file

@ -19,6 +19,7 @@ pandora.ui.editor = function(data) {
pandora.api.autocompleteEntities({
key: key,
operator: '=',
range: [0, 20],
value: value
}, function(result) {
callback(result.data.items);