Skip to content

Commit 714d57b

Browse files
committed
fix a small mistake
1 parent 591b6b5 commit 714d57b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/js/template.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ class Template {
55
constructor (options) {
66
this.container = options.container;
77
this.options = options.options;
8-
this.randomOrder = this.randomOrder;
8+
this.randomOrder = options.randomOrder;
99
this.init();
1010
}
1111

0 commit comments

Comments
 (0)