mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-03-14 07:00:01 -04:00
#3488: use initialize() on PrepaidView
This commit is contained in:
parent
f017ecd52b
commit
f6e4aa3249
1 changed files with 1 additions and 2 deletions
|
@ -27,8 +27,7 @@ module.exports = class PrepaidView extends RootView
|
|||
subscriptions:
|
||||
'stripe:received-token': 'onStripeReceivedToken'
|
||||
|
||||
constructor: (options) ->
|
||||
super(options)
|
||||
initialize: ->
|
||||
@purchase =
|
||||
total: 0
|
||||
users: 3
|
||||
|
|
Loading…
Reference in a new issue