[Build] Remove unused variables from specs

...to satisfy JSHint.
This commit is contained in:
Victor Woeltjen
2016-03-04 12:56:14 -08:00
parent e470451718
commit d6ec7e9ab8
48 changed files with 50 additions and 142 deletions

View File

@@ -46,12 +46,6 @@ define(
};
}
function mockAll(mockPromises) {
return mockPromise(mockPromises.map(function (p) {
return mockPromise(p).testValue;
}));
}
beforeEach(function () {
mockModelService = jasmine.createSpyObj(
"modelService",