Browse Source

Remove dependency on underscore

JC Brand 12 năm trước cách đây
mục cha
commit
9f437cbc2c
1 tập tin đã thay đổi với 1 bổ sung2 xóa
  1. 1 2
      Libraries/strophe.muc.js

+ 1 - 2
Libraries/strophe.muc.js

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