Browse Source

Fixed #2798. Removed unused components.

ubhatnagar 10 years ago
parent
commit
e49bb1ccc0
1 changed files with 2 additions and 4 deletions
  1. 2 4
      public/app/plugins/datasource/grafana/datasource.js

+ 2 - 4
public/app/plugins/datasource/grafana/datasource.js

@@ -1,9 +1,7 @@
 define([
 define([
-  'angular',
-  'lodash',
-  './directives',
+  'angular'
 ],
 ],
-function (angular, _) {
+function (angular) {
   'use strict';
   'use strict';
 
 
   var module = angular.module('grafana.services');
   var module = angular.module('grafana.services');