Commit c6e5015a authored by Addy Osmani's avatar Addy Osmani

Merge pull request #273 from dadaxr/patch-1

Update labs/architecture-examples/dijon/js/services/LocalStorageService....
parents 5be9078f d6c0495a
......@@ -7,7 +7,7 @@
(function( ns ) {
'use strict';
dijondemo.services.LocalStorageService = function() {
ns.services.LocalStorageService = function() {
return {
system: undefined, //inject
store: function( data ) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment