introjs fix
This commit is contained in:
parent
b51f263edf
commit
9b31e18394
1 changed files with 2 additions and 2 deletions
|
|
@ -31,8 +31,8 @@ export default Em.Component.extend({
|
|||
location.reload();
|
||||
},
|
||||
startIntro(){
|
||||
var introJs = introJs,
|
||||
intro = introJs(),
|
||||
var INTRO = introJs,
|
||||
intro = INTRO(),
|
||||
playerBottom = Em.$('#playerBottom'),
|
||||
beatDetectionAreaArrowIcon = Em.$('#beatDetectionAreaArrowIcon');
|
||||
|
||||
|
|
|
|||
Reference in a new issue