From fa56c777e4f9bee9c80851087b7633fd993d61e9 Mon Sep 17 00:00:00 2001 From: JC Brand Date: Fri, 4 Dec 2015 10:17:38 +0000 Subject: [PATCH] Add newer backbone.Browserstorage --- bower.json | 2 +- main.js | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/bower.json b/bower.json index 3b14fb43b..f02833870 100644 --- a/bower.json +++ b/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", diff --git a/main.js b/main.js index 527707e18..e88c8cdcb 100644 --- a/main.js +++ b/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",