[Build] Remove unused variables from specs
...to satisfy JSHint.
This commit is contained in:
@@ -147,7 +147,7 @@ define(
|
||||
});
|
||||
|
||||
it("invokes setters on update", function () {
|
||||
var structure, state;
|
||||
var structure;
|
||||
|
||||
testABC.a = jasmine.createSpy('a');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user