[Timers] Remove unused variable to pass lint checks

This commit is contained in:
Victor Woeltjen 2017-09-11 11:24:52 -07:00
parent d65e1e604e
commit 1e1a2443d5

View File

@ -25,7 +25,6 @@ define([
], function (TimerService) {
describe("TimerService", function () {
var callback;
var mockClock;
var mockmct;
var timerService;