forked from 0x2620/pandora
typo (fix for autocomplete)
This commit is contained in:
parent
f7074775d6
commit
9150a75f3b
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