[Build] Remove unused variables from specs
...to satisfy JSHint.
This commit is contained in:
@@ -34,7 +34,7 @@ define(
|
||||
});
|
||||
|
||||
describe("when space is encoded", function () {
|
||||
var idSpace, idKey, spacedId;
|
||||
var idSpace, idKey;
|
||||
|
||||
beforeEach(function () {
|
||||
idSpace = "a-specific-space";
|
||||
|
||||
Reference in New Issue
Block a user