autocomplateEntities
This commit is contained in:
parent
3f52be78ca
commit
8c9b92479d
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ pandora.ui.editor = function(data) {
|
||||||
+ ' <span class="OxBright">' + Ox.SYMBOLS.shift + 'A</span>',
|
+ ' <span class="OxBright">' + Ox.SYMBOLS.shift + 'A</span>',
|
||||||
audioTrack: data.audioTrack,
|
audioTrack: data.audioTrack,
|
||||||
autocomplete: function(key, value, callback) {
|
autocomplete: function(key, value, callback) {
|
||||||
pandora.api.autocompleteEntity({
|
pandora.api.autocompleteEntities({
|
||||||
key: key,
|
key: key,
|
||||||
operator: '=',
|
operator: '=',
|
||||||
value: value
|
value: value
|
||||||
|
|
Loading…
Reference in a new issue