瀏覽代碼

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);