Skip to content

Commit aa9c2f7

Browse files
authored
Merge pull request #17 from kkn1125/update-7
update-7
2 parents cb68e85 + 80c1816 commit aa9c2f7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tutorial.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -336,6 +336,8 @@ const Tutorial = (function () {
336336
view.init(ui);
337337
model.init(view);
338338
controller.init(model, ui, options);
339+
340+
window.tutorialLoaded = true;
339341
},
340342
initOptions: function (options) {
341343
let initOptions = {

0 commit comments

Comments
 (0)