Remove dependency on underscore

This commit is contained in:
JC Brand 2013-03-21 10:54:09 +02:00
parent e9916ec912
commit 9f437cbc2c

View File

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