introjs fix

This commit is contained in:
Egor Philippov 2015-11-04 15:44:02 -08:00
parent b51f263edf
commit 9b31e18394

View file

@ -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');