[Build] Remove unused variables from specs
...to satisfy JSHint.
This commit is contained in:
@@ -25,7 +25,11 @@ define(
|
||||
function (TelemetryDelegator) {
|
||||
|
||||
describe("The telemetry delegator", function () {
|
||||
var delegator;
|
||||
|
||||
beforeEach(function () {
|
||||
delegator = new TelemetryDelegator();
|
||||
});
|
||||
});
|
||||
}
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user