* Make this tour "active"
()
| 400 | * Make this tour "active" |
| 401 | */ |
| 402 | _setupActiveTour() { |
| 403 | this.trigger('active', { tour: this }); |
| 404 | |
| 405 | Shepherd.activeTour = this; |
| 406 | } |
| 407 | |
| 408 | /** |
| 409 | * setupModal create the modal container and instance |
no test coverage detected