From a3019a9789caa8c3433e8659cfe963be899638d4 Mon Sep 17 00:00:00 2001 From: Grzegorz Pietrusza Date: Sat, 4 Feb 2017 14:30:24 +0000 Subject: [PATCH] cleanup --- public/app/features/panel/panel_directive.ts | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/public/app/features/panel/panel_directive.ts b/public/app/features/panel/panel_directive.ts index 8c51c8795d5..637facb50c1 100644 --- a/public/app/features/panel/panel_directive.ts +++ b/public/app/features/panel/panel_directive.ts @@ -1,8 +1,9 @@ /// -import angular from "angular"; -import $ from "jquery"; -import Drop from "tether-drop"; +import angular from 'angular'; +import $ from 'jquery'; +import _ from 'lodash'; +import Drop from 'tether-drop'; var module = angular.module('grafana.directives');