(done)
| 63 | }; |
| 64 | |
| 65 | var destroy = function (done) { |
| 66 | window.scrollTo(0, 0); |
| 67 | requestAnimationFrame(function () { |
| 68 | done(); |
| 69 | }); |
| 70 | }; |
| 71 | |
| 72 | describe('API', function () { |
| 73 | it('module should have correct API.', function () { |
nothing calls this directly
no test coverage detected