otr.js also has jquery.browser as dependency

This commit is contained in:
JC Brand 2014-10-06 20:58:54 +02:00
parent 9215c6dde9
commit f2e42b4111

View File

@ -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;
}