(handler = null)
| 125 | } |
| 126 | |
| 127 | alwaysSuppressPropagation(handler = null) { |
| 128 | // TODO(philc): Shorten this. |
| 129 | if ((typeof handler === "function" ? handler() : undefined) === this.suppressEvent) { |
| 130 | return this.suppressEvent; |
| 131 | } else return this.suppressPropagation; |
| 132 | } |
| 133 | |
| 134 | // Debugging. |
| 135 | logResult(eventNumber, type, event, handler, result) { |