Improved wording.

This commit is contained in:
Martin Edenhofer 2013-02-10 22:38:57 +01:00
parent d1b17ba9cc
commit b79a4dc2cd

View file

@ -24,10 +24,10 @@ class App.Collection
_instance ?= new _Singleton
_instance.get( args )
@all: ( type ) ->
@all: ( args ) ->
if _instance == undefined
_instance ?= new _Singleton
_instance.all( type )
_instance.all( args )
@deleteAll: ( type ) ->
if _instance == undefined