Remove dependency on underscore
This commit is contained in:
parent
e9916ec912
commit
9f437cbc2c
@ -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 () {} };
|
||||||
|
Loading…
Reference in New Issue
Block a user