瀏覽代碼

Add newer backbone.Browserstorage

JC Brand 9 年之前
父節點
當前提交
fa56c777e4
共有 2 個文件被更改,包括 2 次插入1 次删除
  1. 1 1
      bower.json
  2. 1 0
      main.js

+ 1 - 1
bower.json

@@ -15,7 +15,7 @@
     "jed": "0.5.4",
     "underscore": "~1.8.3",
     "backbone": "1.1.2",
-    "backbone.browserStorage": "*",
+    "backbone.browserStorage": "0.0.2",
     "backbone.overview": "0.0.1",
     "otr": "0.2.12",
     "crypto-js-evanvosberg": "https://github.com/evanvosberg/crypto-js.git#release-3.1.2-5",

+ 1 - 0
main.js

@@ -32,6 +32,7 @@ require.config({
         "strophe-md5":              "components/strophejs/src/md5",
         "strophe-polyfill":         "components/strophejs/src/polyfills",
         "strophe-sha1":             "components/strophejs/src/sha1",
+        "strophe-utils":            "components/strophejs/src/utils",
         "strophe-websocket":        "components/strophejs/src/websocket",
         "strophe.disco":            "components/strophejs-plugins/disco/strophe.disco",
         "strophe.ping":             "src/strophe.ping",