Commit f2e42b41 authored by JC Brand's avatar JC Brand

otr.js also has jquery.browser as dependency

parent 9215c6dd
...@@ -14,10 +14,11 @@ ...@@ -14,10 +14,11 @@
if (typeof define === 'function' && define.amd) { if (typeof define === 'function' && define.amd) {
define([ define([
"jquery", "jquery",
"jquery.browser",
"bigint", "bigint",
"crypto", "crypto",
"eventemitter" "eventemitter"
], function ($, BigInt, CryptoJS, EventEmitter) { ], function ($, dummy, BigInt, CryptoJS, EventEmitter) {
if ($.browser.msie) { if ($.browser.msie) {
return undefined; return undefined;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment