Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
{
view: this.page.getViewById("feat4"),
title: 'Feature 4',
description: 'Feature 4 Description',
outerCircleColor: 'gold',
rippleColor: 'black'
},
{
view: this.page.getViewById("feat5"),
title: 'Feature 5',
description: 'Feature 5 Description',
outerCircleColor: 'blue',
rippleColor: 'black'
}
];
this.tour = new AppTour(stops);
}
this.tour.reset();
this.tour.show();
}
}