forked from 0x2620/pandora
merge changes from dev
This commit is contained in:
commit
7bf6fb367c
1 changed files with 1 additions and 1 deletions
|
@ -492,7 +492,7 @@ $(function() {
|
|||
.append(
|
||||
$ui.findInput = new Ox.Input({
|
||||
autocomplete: function(key, value, callback) {
|
||||
var findKey = getObjectById(config.findKeys, key)
|
||||
var findKey = Ox.getObjectById(config.findKeys, key)
|
||||
Ox.print("autocomplete", key, value);
|
||||
value === "" && Ox.print("Warning: autocomplete function should never be called with empty value");
|
||||
if ("autocomplete" in findKey && findKey.autocomplete) {
|
||||
|
|
Loading…
Reference in a new issue