fixed failing jshint

This commit is contained in:
Torkel Ödegaard 2015-10-10 15:11:58 -04:00
parent c0da52aac8
commit d09bff9039

View File

@ -7,7 +7,6 @@ define([
describe('ShareModalCtrl', function() {
var ctx = new helpers.ControllerTestContext();
var browser;
function setTime(range) {
ctx.timeSrv.timeRange = sinon.stub().returns(range);