Restore setTimeout after it is mocked

This commit is contained in:
Tim Schaub
2014-05-13 17:35:20 -06:00
parent 3db28c2af6
commit 7709d26955
+1
View File
@@ -20,6 +20,7 @@ describe('ol.pointer.MouseSource', function() {
});
afterEach(function() {
clock.restore();
handler.dispose();
});