diff options
author | Byron Jones <bjones@mozilla.com> | 2012-07-12 08:41:55 +0200 |
---|---|---|
committer | Byron Jones <bjones@mozilla.com> | 2012-07-12 08:41:55 +0200 |
commit | 315f4743d1c9e1d671841f8247ee99489112eb57 (patch) | |
tree | 9a59e79b39c933ead76ca1ee639a3e7597f37913 /js | |
parent | a01e739a0e2712b13605f159efb908296ef31b30 (diff) | |
download | bugzilla-315f4743d1c9e1d671841f8247ee99489112eb57.tar.gz bugzilla-315f4743d1c9e1d671841f8247ee99489112eb57.tar.xz |
Bug 764517: fix the broken patch
Diffstat (limited to 'js')
-rw-r--r-- | js/field.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/field.js b/js/field.js index a2e26fa17..ad965f64b 100644 --- a/js/field.js +++ b/js/field.js @@ -790,7 +790,7 @@ YAHOO.bugzilla.keywordAutocomplete = { this.expandContainer(); } }); - fieldAutoComp.dataRequestEvent.subscribe( function(type, args) { + keywordAutoComp.dataRequestEvent.subscribe( function(type, args) { args[0].autoHighlight = args[1] != ''; }); } |