소스 검색

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