]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 780883 - s/fieldAutoComp/keywordAutoComp/ (fallout from bad 4.2 commit in bug...
authorReed Loden <reed@reedloden.com>
Tue, 7 Aug 2012 15:54:26 +0000 (08:54 -0700)
committerReed Loden <reed@reedloden.com>
Tue, 7 Aug 2012 15:54:26 +0000 (08:54 -0700)
[r=glob a=LpSolit]

js/field.js

index 3d85ff116ffd2bd1c24ad6077031b199a9ea0b0d..07433b2a56376bbf4c13d25c3c23e312bda547b4 100644 (file)
@@ -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] != '';
         });
     }