mirror of
https://github.com/grafana/grafana.git
synced 2024-11-26 02:40:26 -06:00
style(playlist): improves variable name
This commit is contained in:
parent
88e9161e57
commit
568832c5af
@ -19,7 +19,9 @@ class PlaylistSrv {
|
||||
|
||||
angular.element(window).unbind('resize');
|
||||
|
||||
if (this.index > this.dashboards.length -1) {
|
||||
var playedAllDashboards = this.index > this.dashboards.length - 1;
|
||||
|
||||
if (playedAllDashboards) {
|
||||
this.start(this.playlistId);
|
||||
} else {
|
||||
var dash = this.dashboards[this.index];
|
||||
|
Loading…
Reference in New Issue
Block a user