introjs fix
This commit is contained in:
parent
c8d28913fb
commit
374f8b84e8
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