diff --git a/Libraries/strophe.muc.js b/Libraries/strophe.muc.js index 754005764..05134d1d1 100644 --- a/Libraries/strophe.muc.js +++ b/Libraries/strophe.muc.js @@ -17,8 +17,7 @@ } if (typeof define === 'function' && define.amd) { define([ - "Libraries/strophe", - "Libraries/underscore" + "strophe" ], function () { if (console===undefined || console.log===undefined) { console = { log: function () {}, error: function () {} };