Browse Source

no-otr compilation issue: Utils is not defined

Jose M Rubio 9 years ago
parent
commit
73c24e9b71
1 changed files with 1 additions and 1 deletions
  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",