tsconfig: started on setting noImplicitThis to true

This commit is contained in:
Torkel Ödegaard
2018-08-30 08:53:13 +02:00
parent ceadced6f0
commit 80d6ef535d
9 changed files with 37 additions and 51 deletions

View File

@@ -1,7 +1,7 @@
import $ from 'jquery';
import { appEvents } from 'app/core/core';
export default function GraphTooltip(elem, dashboard, scope, getSeriesFn) {
export default function GraphTooltip(this: any, elem, dashboard, scope, getSeriesFn) {
const self = this;
const ctrl = scope.ctrl;
const panel = ctrl.panel;