Fixed get().
This commit is contained in:
parent
fc7231cc35
commit
83e6f3062a
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ class App.Config
|
|||
@init: ->
|
||||
_instance ?= new _Singleton
|
||||
|
||||
@get: ( key ) ->
|
||||
@get: ( key, group ) ->
|
||||
if _instance == undefined
|
||||
_instance ?= new _Singleton
|
||||
_instance.get( key )
|
||||
|
|
Loading…
Reference in a new issue