starting canvas module

This commit is contained in:
Bala Clark 2015-07-16 10:29:33 +02:00
parent 7ccbdac37b
commit e6d46b593b
5 changed files with 67 additions and 2 deletions

View file

@ -48,5 +48,8 @@ describe('ComicBook', function () {
comic.loadIndicator.on('show', () => done())
comic.preload()
})
it('should scroll to the top of the page on page turn')
})
})