소스 검색

HUE-3294 [editor] Fix typeahead binding

Enrico Berti 9 년 전
부모
커밋
1534b41
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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);