Improved wording.
This commit is contained in:
parent
d1b17ba9cc
commit
b79a4dc2cd
1 changed files with 2 additions and 2 deletions
|
@ -24,10 +24,10 @@ class App.Collection
|
||||||
_instance ?= new _Singleton
|
_instance ?= new _Singleton
|
||||||
_instance.get( args )
|
_instance.get( args )
|
||||||
|
|
||||||
@all: ( type ) ->
|
@all: ( args ) ->
|
||||||
if _instance == undefined
|
if _instance == undefined
|
||||||
_instance ?= new _Singleton
|
_instance ?= new _Singleton
|
||||||
_instance.all( type )
|
_instance.all( args )
|
||||||
|
|
||||||
@deleteAll: ( type ) ->
|
@deleteAll: ( type ) ->
|
||||||
if _instance == undefined
|
if _instance == undefined
|
||||||
|
|
Loading…
Reference in a new issue