Commit f7c94354 authored by JC Brand's avatar JC Brand

otr.js also has jquery.browser as dependency

parent 127c4d96
......@@ -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;
}
......
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