mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
fixed jshint error
This commit is contained in:
@@ -10,7 +10,7 @@ define([
|
||||
var _dashboard;
|
||||
|
||||
beforeEach(module('kibana.services'));
|
||||
beforeEach(module(function($provide){
|
||||
beforeEach(module(function(){
|
||||
_dashboard = dashboardMock.create();
|
||||
}));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user