Remove now unused updateInterval that was being set in specs

This commit is contained in:
Sheel Choksi
2013-10-20 17:12:40 -07:00
parent fdb7df812c
commit b6eb9a4d5e
6 changed files with 0 additions and 6 deletions

View File

@@ -5,7 +5,6 @@ describe("jasmine spec running", function () {
beforeEach(function() {
env = new j$.Env();
env.updateInterval = 0;
});
it('should assign spec ids sequentially', function() {