Selaa lähdekoodia

HUE-3294 [editor] Fix typeahead binding

Enrico Berti 9 vuotta sitten
vanhempi
commit
1534b41
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      desktop/core/src/desktop/static/desktop/js/ko.hue-bindings.js

+ 1 - 1
desktop/core/src/desktop/static/desktop/js/ko.hue-bindings.js

@@ -2309,7 +2309,7 @@
     }
   };
 
-  ko.bindingHandlers.typdeahead = {
+  ko.bindingHandlers.typeahead = {
     init: function (element, valueAccessor) {
       var binding = this;
       var elem = $(element);