소스 검색

otr.js also has jquery.browser as dependency

JC Brand 10 년 전
부모
커밋
f7c943549b
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      src/otr.js

+ 2 - 1
src/otr.js

@@ -14,10 +14,11 @@
   if (typeof define === 'function' && define.amd) {
     define([
         "jquery",
+        "jquery.browser",
         "bigint",
         "crypto",
         "eventemitter"
-    ], function ($, BigInt, CryptoJS, EventEmitter) {
+    ], function ($, dummy, BigInt, CryptoJS, EventEmitter) {
       if ($.browser.msie) {
           return undefined;
       }