Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: give techs a name #3934

Merged
merged 1 commit into from
Jan 11, 2017
Merged

fix: give techs a name #3934

merged 1 commit into from
Jan 11, 2017

Conversation

gkatsev
Copy link
Member

@gkatsev gkatsev commented Jan 11, 2017

This helps with debugging to know what a component's name is.
We try to look up the tech's name via the constructor's name property,
otherwise, we set it to 'Unknown Tech'. Can be overridden by setting
this.name_ after calling super() in the constructor.

Fixes #1786.

This helps with debugging to know what a component's name is.
We try to look up the tech's name via the constructor's name property,
otherwise, we set it to 'Unknown Tech'. Can be overridden by setting
`this.name_` after calling `super()` in the constructor.

Fixes videojs#1786.
@gkatsev gkatsev added the patch This PR can be added to a patch release. label Jan 11, 2017
@gkatsev gkatsev merged commit 94fd5c1 into videojs:master Jan 11, 2017
@gkatsev gkatsev deleted the name-techs branch January 11, 2017 21:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
patch This PR can be added to a patch release.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants