diff options
author | Reed Loden <reed@reedloden.com> | 2012-08-07 17:54:26 +0200 |
---|---|---|
committer | Reed Loden <reed@reedloden.com> | 2012-08-07 17:54:26 +0200 |
commit | cfe703f3b83e2dd790696e3fcf1e238caccca7d9 (patch) | |
tree | 75e783fd24b1e65587a8eedc3b0be51f71587b8f /js | |
parent | 7c35aa81182fe6213876233627964d5515344e6a (diff) | |
download | bugzilla-cfe703f3b83e2dd790696e3fcf1e238caccca7d9.tar.gz bugzilla-cfe703f3b83e2dd790696e3fcf1e238caccca7d9.tar.xz |
Bug 780883 - s/fieldAutoComp/keywordAutoComp/ (fallout from bad 4.2 commit in bug 764517)
[r=glob a=LpSolit]
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 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] != ''; }); } |