Skip to content

Commit c56cc59

Browse files
Merge pull request #312 from nebakry/patch-1
Fix calling animationModule in ISP bad example
2 parents 5f52d7d + ec7baf2 commit c56cc59

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
@@ -1672,7 +1672,7 @@ class DOMTraverser {
16721672

16731673
setup() {
16741674
this.rootNode = this.settings.rootNode;
1675-
this.animationModule.setup();
1675+
this.settings.animationModule.setup();
16761676
}
16771677

16781678
traverse() {

0 commit comments

Comments
 (0)