Add newer backbone.Browserstorage

This commit is contained in:
JC Brand 2015-12-04 10:17:38 +00:00
parent d715b3d31f
commit fa56c777e4
2 changed files with 2 additions and 1 deletions

View File

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

View File

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