We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 591b6b5 commit 714d57bCopy full SHA for 714d57b
1 file changed
src/js/template.js
@@ -5,7 +5,7 @@ class Template {
5
constructor (options) {
6
this.container = options.container;
7
this.options = options.options;
8
- this.randomOrder = this.randomOrder;
+ this.randomOrder = options.randomOrder;
9
this.init();
10
}
11
0 commit comments