Commit 47ecbbab by Torkel Ödegaard

build: fix for tslint

parent 7f73fae6
...@@ -73,7 +73,6 @@ module.directive('grafanaPanel', function($rootScope, $document, $timeout) { ...@@ -73,7 +73,6 @@ module.directive('grafanaPanel', function($rootScope, $document, $timeout) {
var lastHasAlertRule = false; var lastHasAlertRule = false;
var lastAlertState; var lastAlertState;
var hasAlertRule; var hasAlertRule;
var lastHeight = 0;
function mouseEnter() { function mouseEnter() {
panelContainer.toggleClass('panel-hover-highlight', true); panelContainer.toggleClass('panel-hover-highlight', true);
...@@ -90,7 +89,6 @@ module.directive('grafanaPanel', function($rootScope, $document, $timeout) { ...@@ -90,7 +89,6 @@ module.directive('grafanaPanel', function($rootScope, $document, $timeout) {
if (panelScrollbar) { if (panelScrollbar) {
panelScrollbar.update(); panelScrollbar.update();
} }
lastHeight = ctrl.height;
} }
// set initial transparency // set initial transparency
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment