Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ec7baf2

Browse files
author
Denis
authored
Fix calling animationModule in ISP bad example
1 parent 0dcac22 commit ec7baf2

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)