Commit d6c0495a authored by dadaxr's avatar dadaxr

Update labs/architecture-examples/dijon/js/services/LocalStorageService.js

should use "ns" argument var rather than the global "dijondemo" var
parent 5be9078f
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
(function( ns ) { (function( ns ) {
'use strict'; 'use strict';
dijondemo.services.LocalStorageService = function() { ns.services.LocalStorageService = function() {
return { return {
system: undefined, //inject system: undefined, //inject
store: function( data ) { 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