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