Removes underscore on this.channel

This commit is contained in:
fabianmarinog-turner 2019-07-08 19:23:42 -05:00 committed by GitHub
parent 52de8a1e62
commit c8086e7e03
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -120,7 +120,7 @@ export default class KnobManager {
// unused knobs from the panel. This function sends the `setKnobs` message to the channel
// triggering a panel re-render.
if (!_this.channel) {
if (!this.channel) {
// to prevent call to undefined channel and therefore throwing TypeError
return;
}