* Checks if the overview is currently active. * * @return {Boolean} true if the overview is active, * false otherwise
()
| 215 | * false otherwise |
| 216 | */ |
| 217 | isActive() { |
| 218 | |
| 219 | return this.active; |
| 220 | |
| 221 | } |
| 222 | |
| 223 | /** |
| 224 | * Invoked when a slide is and we're in the overview. |
no outgoing calls
no test coverage detected