Commit 9f437cbc authored by JC Brand's avatar JC Brand

Remove dependency on underscore

parent e9916ec9
......@@ -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 () {} };
......
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