add default value to image srcs

This commit is contained in:
Bala Clark 2015-07-15 09:14:24 +02:00
parent 0bfbe97344
commit a422c90982
2 changed files with 2 additions and 2 deletions

View file

@ -34,7 +34,7 @@ describe('ComicBook', function () {
let comic = new ComicBook(srcs)
comic.on('preload:start', function () {
assert(true)
assert(true, 'start event should have been emitted')
done()
})