()
| 41 | } |
| 42 | |
| 43 | onAgreeSucceeded () { |
| 44 | return this.$el.find('#agreement-button').text('Success') |
| 45 | } |
| 46 | |
| 47 | onAgreeFailed () { |
| 48 | return this.$el.find('#agreement-button').text('Failed') |
nothing calls this directly
no outgoing calls
no test coverage detected