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

Remove dependency on underscore

parent e9916ec9
...@@ -17,8 +17,7 @@ ...@@ -17,8 +17,7 @@
} }
if (typeof define === 'function' && define.amd) { if (typeof define === 'function' && define.amd) {
define([ define([
"Libraries/strophe", "strophe"
"Libraries/underscore"
], function () { ], function () {
if (console===undefined || console.log===undefined) { if (console===undefined || console.log===undefined) {
console = { log: function () {}, error: function () {} }; 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