2
0
Эх сурвалжийг харах

otr.js also has jquery.browser as dependency

JC Brand 10 жил өмнө
parent
commit
f2e42b4111
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;
       }