[Build] Remove unused variables from specs
...to satisfy JSHint.
This commit is contained in:
@@ -21,8 +21,8 @@
|
||||
*****************************************************************************/
|
||||
|
||||
define(
|
||||
['../../src/services/InfoService', '../../src/InfoConstants'],
|
||||
function (InfoService, InfoConstants) {
|
||||
['../../src/services/InfoService'],
|
||||
function (InfoService) {
|
||||
|
||||
describe("The info service", function () {
|
||||
var mockCompile,
|
||||
|
||||
Reference in New Issue
Block a user