From cfe703f3b83e2dd790696e3fcf1e238caccca7d9 Mon Sep 17 00:00:00 2001 From: Reed Loden Date: Tue, 7 Aug 2012 08:54:26 -0700 Subject: Bug 780883 - s/fieldAutoComp/keywordAutoComp/ (fallout from bad 4.2 commit in bug 764517) [r=glob a=LpSolit] --- js/field.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js') diff --git a/js/field.js b/js/field.js index 3d85ff116..07433b2a5 100644 --- a/js/field.js +++ b/js/field.js @@ -787,7 +787,7 @@ YAHOO.bugzilla.keywordAutocomplete = { this.expandContainer(); } }); - fieldAutoComp.dataRequestEvent.subscribe( function(type, args) { + keywordAutoComp.dataRequestEvent.subscribe( function(type, args) { args[0].autoHighlight = args[1] != ''; }); } -- cgit v1.2.3-24-g4f1b