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 @@
//
// beforeEach(function() {
// env = new jasmine.Env();
// env.updateInterval = 0;
// });
//
// it("should be easy to add more matchers local to a spec, suite, etc.", function() {