build: fix for tslint

pull/10145/head^2
Torkel Ödegaard 8 years ago
parent 7f73fae6ae
commit 47ecbbab8d
  1. 2
      public/app/features/panel/panel_directive.ts

@ -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…
Cancel
Save