Fixed get().

This commit is contained in:
Martin Edenhofer 2012-11-05 15:39:43 +01:00
parent fc7231cc35
commit 83e6f3062a

View file

@ -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 )