diff options
Diffstat (limited to 'lib/models')
-rw-r--r-- | lib/models/config.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/models/config.js b/lib/models/config.js index 720ac57..547007a 100644 --- a/lib/models/config.js +++ b/lib/models/config.js @@ -9,8 +9,8 @@ var Config = Immutable.Record({ values: configDefault }, 'Config'); -Config.prototype.getPath = function() { - return this.get('path'); +Config.prototype.getFile = function() { + return this.get('file'); }; Config.prototype.getValues = function() { |