From 9150a75f3bdd42c586c1fc73af53e212a9722216 Mon Sep 17 00:00:00 2001 From: rolux Date: Thu, 15 Jul 2010 16:41:40 +0200 Subject: [PATCH] typo (fix for autocomplete) --- pandora/static/js/pandora.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora/static/js/pandora.js b/pandora/static/js/pandora.js index 07fbea54..f3ab9b7e 100755 --- a/pandora/static/js/pandora.js +++ b/pandora/static/js/pandora.js @@ -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) {