Fixes typo.
This commit is contained in:
parent
a6f71a0bd7
commit
4604c41195
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ class App.Auth
|
|||
|
||||
# refresh/load default collections
|
||||
for key, value of data.default_collections
|
||||
App.Collection.rest( type: key, data: value )
|
||||
App.Collection.reset( type: key, data: value )
|
||||
|
||||
# rebuild navbar with new navbar items
|
||||
Spine.trigger 'navrebuild', data.session
|
||||
|
|
Loading…
Reference in a new issue