Initialize hitDetectionContext to null

Co-Authored-By: Andreas Hocevar <andreas.hocevar@gmail.com>
This commit is contained in:
Frédéric Junod
2019-05-15 10:03:43 +02:00
committed by GitHub
parent 10c6009ffa
commit df37519858

View File

@@ -82,7 +82,7 @@ class ExecutorGroup extends Disposable {
* @private
* @type {CanvasRenderingContext2D}
*/
this.hitDetectionContext_;
this.hitDetectionContext_ = null;
/**
* @private