Explorar el Código

Merge pull request #528 from JoseMariaRubioMoral/Feature/upgradeVersion010

no-otr compilation issue: Utils is not defined
JC Brand hace 9 años
padre
commit
fe057f1f4d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/deps-no-otr.js

+ 1 - 1
src/deps-no-otr.js

@@ -1,8 +1,8 @@
 define("converse-dependencies", [
     "jquery",
     "underscore",
-    "utils",
     "polyfill",
+    "utils",
     "moment_with_locales",
     "strophe",
     "strophe.disco",