소스 검색

Add shim for awesomplete

JC Brand 8 년 전
부모
커밋
a2081d656c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/wrapper-no-deps.js

+ 1 - 1
src/wrapper-no-deps.js

@@ -1,6 +1,6 @@
 /*global jQuery, _, moment, Strophe, $build, $iq, $msg, $pres, SHA1, Base64, MD5, DSA, OTR */
 define('jquery.browser', [], function () { return jQuery; });
-define('typeahead', [], function () { return jQuery; });
+define('awesomplete', [], function () { return jQuery; });
 define('lodash', [], function () { return _; });
 define('moment_with_locales', [], function () { return moment; });
 define('strophe', [], function () {