Got localstorage working

This commit is contained in:
2016-01-29 19:52:05 +08:00
parent 2996b174b8
commit 14af17e1b4
5 changed files with 34 additions and 132 deletions
+1 -1
View File
@@ -5,10 +5,10 @@ require.config({
jquery: '../bower_components/jquery/dist/jquery',
lodash: "../bower_components/lodash/dist/lodash.min",
backbone: '../bower_components/backbone/backbone',
localstorage: '../bower_components/backbone.localStorage/backbone.localStorage',
modernizr: "vendor/custom.modernizr",
socket: "../bower_components/socket.io-client/socket.io",
text: '../bower_components/text/text',
demoData: '../javascripts/data/demo_data',
},
map: {
"*": {