浏览代码

Remove dependency on underscore

JC Brand 12 年之前
父节点
当前提交
9f437cbc2c
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. 1 2
      Libraries/strophe.muc.js

+ 1 - 2
Libraries/strophe.muc.js

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