mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
style(playlist): improves variable name
This commit is contained in:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user