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
|
||||
|
|
Reference in a new issue