Remove unused spy for intervals

This commit is contained in:
Jessica Lord
2015-07-21 11:07:54 -07:00
committed by Nathan Sobo
parent 2f11b86a34
commit 39749ac70a

View File

@@ -191,8 +191,6 @@ describe "ViewRegistry", ->
jasmineContent.appendChild(testElement)
jasmineContent.appendChild(testStyleSheet)
spyOn(window, 'setInterval').andCallFake(fakeSetInterval)
events = []
disposable1 = registry.pollDocument -> events.push('poll 1')
disposable2 = registry.pollDocument -> events.push('poll 2')