Merge pull request #312 from nebakry/patch-1

Fix calling animationModule in ISP bad example
This commit is contained in:
Ryan McDermott 2020-05-02 18:47:08 -07:00 committed by GitHub
commit c56cc59540
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1672,7 +1672,7 @@ class DOMTraverser {
setup() {
this.rootNode = this.settings.rootNode;
this.animationModule.setup();
this.settings.animationModule.setup();
}
traverse() {