()
| 298 | this._setUpEvents(); |
| 299 | } |
| 300 | isFirst() { |
| 301 | return !this._parentEl._layerRegistry.has(this.position); |
| 302 | } |
| 303 | getPrevious() { |
| 304 | // Check if this is the first element of a sequence |
| 305 | if (this.isFirst()) { |
no outgoing calls
no test coverage detected