mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-26 14:03:28 -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:
|
||||
'stripe:received-token': 'onStripeReceivedToken'
|
||||
|
||||
constructor: (options) ->
|
||||
super(options)
|
||||
initialize: ->
|
||||
@purchase =
|
||||
total: 0
|
||||
users: 3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue