diff --git a/src/js/tech/tech.js b/src/js/tech/tech.js index 633851eea1..29a62f7304 100644 --- a/src/js/tech/tech.js +++ b/src/js/tech/tech.js @@ -145,6 +145,10 @@ class Tech extends Component { if (!options.nativeControlsForTouch) { this.emitTapEvents(); } + + if (this.constructor) { + this.name_ = this.constructor.name || 'Unknown Tech'; + } } /* Fallbacks for unsupported event types