fixed jshint error

This commit is contained in:
Torkel Ödegaard
2014-07-08 08:36:59 +02:00
parent 31b1203317
commit 5c78fe1070

View File

@@ -10,7 +10,7 @@ define([
var _dashboard;
beforeEach(module('kibana.services'));
beforeEach(module(function($provide){
beforeEach(module(function(){
_dashboard = dashboardMock.create();
}));