merge changes from dev

This commit is contained in:
j 2010-07-15 17:55:39 +02:00
commit 7bf6fb367c

View file

@ -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) {