summaryrefslogtreecommitdiffstats
path: root/js/field.js
diff options
context:
space:
mode:
authorByron Jones <bjones@mozilla.com>2012-07-12 08:41:55 +0200
committerByron Jones <bjones@mozilla.com>2012-07-12 08:41:55 +0200
commit315f4743d1c9e1d671841f8247ee99489112eb57 (patch)
tree9a59e79b39c933ead76ca1ee639a3e7597f37913 /js/field.js
parenta01e739a0e2712b13605f159efb908296ef31b30 (diff)
downloadbugzilla-315f4743d1c9e1d671841f8247ee99489112eb57.tar.gz
bugzilla-315f4743d1c9e1d671841f8247ee99489112eb57.tar.xz
Bug 764517: fix the broken patch
Diffstat (limited to 'js/field.js')
-rw-r--r--js/field.js2
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] != '';
});
}