Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codecombat/codecombat
/ initialize
Method
initialize
app/views/account/UnsubscribeView.js:26–28 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
24
}
25
26
initialize () {
27
return
this.email = utils.getQueryVariable(
'email'
)
28
}
29
30
getMeta () {
31
return
{ title: $.i18n.t(
'account.unsubscribe_title'
) }
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected