Browse Source

otr.js also has jquery.browser as dependency

JC Brand 10 years ago
parent
commit
f2e42b4111
1 changed files with 2 additions and 1 deletions
  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;
       }