Merge pull request #12555 from druiz17/fix-controllerDispacther-error

fix controllerDispatcher error in logs
This commit is contained in:
Seth Alves 2018-03-05 12:08:35 -08:00 committed by GitHub
commit 7d6927a00d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -43,6 +43,7 @@ Script.include("/~/system/libraries/controllerDispatcherUtils.js");
this.totalVariance = 0;
this.highVarianceCount = 0;
this.veryhighVarianceCount = 0;
this.orderedPluginNames = [];
this.tabletID = null;
this.blacklist = [];
this.pointerManager = new PointerManager();