Skip to content

Commit dccee65

Browse files
authored
Merge pull request #6 from r-yanyo/patch-1
Fix calling animationModule in ISP bad example(same fix as original repository)
2 parents 61849b2 + f6c007f commit dccee65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1795,7 +1795,7 @@ class DOMTraverser {
17951795

17961796
setup() {
17971797
this.rootNode = this.settings.rootNode;
1798-
this.animationModule.setup();
1798+
this.settings.animationModule.setup();
17991799
}
18001800

18011801
traverse() {

0 commit comments

Comments
 (0)