Переглянути джерело

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