introjs fix

This commit is contained in:
lone-cloud 2015-11-04 15:44:02 -08:00
parent c8d28913fb
commit 374f8b84e8

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