mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
build: fix for tslint
This commit is contained in:
parent
7f73fae6ae
commit
47ecbbab8d
@ -73,7 +73,6 @@ module.directive('grafanaPanel', function($rootScope, $document, $timeout) {
|
||||
var lastHasAlertRule = false;
|
||||
var lastAlertState;
|
||||
var hasAlertRule;
|
||||
var lastHeight = 0;
|
||||
|
||||
function mouseEnter() {
|
||||
panelContainer.toggleClass('panel-hover-highlight', true);
|
||||
@ -90,7 +89,6 @@ module.directive('grafanaPanel', function($rootScope, $document, $timeout) {
|
||||
if (panelScrollbar) {
|
||||
panelScrollbar.update();
|
||||
}
|
||||
lastHeight = ctrl.height;
|
||||
}
|
||||
|
||||
// set initial transparency
|
||||
|
Loading…
Reference in New Issue
Block a user