mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-05-02 08:53:38 -04:00
Merge pull request #3656 from duybkict/fix-3488
#3488: use initialize() on PrepaidView
This commit is contained in:
commit
d513dfee66
1 changed files with 1 additions and 2 deletions
|
@ -27,8 +27,7 @@ module.exports = class PrepaidView extends RootView
|
||||||
subscriptions:
|
subscriptions:
|
||||||
'stripe:received-token': 'onStripeReceivedToken'
|
'stripe:received-token': 'onStripeReceivedToken'
|
||||||
|
|
||||||
constructor: (options) ->
|
initialize: ->
|
||||||
super(options)
|
|
||||||
@purchase =
|
@purchase =
|
||||||
total: 0
|
total: 0
|
||||||
users: 3
|
users: 3
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue