Small code cleanup.
This commit is contained in:
parent
c71c76ba3c
commit
2d354aad53
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ class _sessionSingleton extends Spine.Module
|
|||
|
||||
get: ( key ) ->
|
||||
@log 'debug', key, @data[key]
|
||||
return @data[key]
|
||||
@data[key]
|
||||
|
||||
set: ( key, value ) ->
|
||||
@log 'debug', 'set', key, value
|
||||
|
|
Loading…
Reference in a new issue