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

@@ -3,7 +3,6 @@ describe("Env", function() {
var env;
beforeEach(function() {
env = new j$.Env();
env.updateInterval = 0;
});
describe('ids', function() {