Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
edanchenkov committed Feb 5, 2017
1 parent 0855158 commit b86fba9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions config.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,9 @@ function AppConfig() {
config.set(defaults);
}
}

// this.store = Object.assign(defaults, config.store) || {};

this.config = config;


Object.defineProperty(this, 'store', {
get : function() {
return Object.assign(defaults, config.store) || {};
Expand Down

0 comments on commit b86fba9

Please sign in to comment.