Browse Source

HUE-3294 [editor] Fix typeahead binding

Enrico Berti 9 years ago
parent
commit
1534b41
1 changed files with 1 additions and 1 deletions
  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);