fixed a bug
This commit is contained in:
parent
6726e5b0dc
commit
3ce0ddf00c
2 changed files with 2 additions and 2 deletions
|
@ -172,7 +172,7 @@ function ComicBook(id, srcs, opts) {
|
|||
// add page controls
|
||||
canvas.addEventListener("click", ComicBook.prototype.navigation, false);
|
||||
window.addEventListener("keydown", ComicBook.prototype.navigation, false);
|
||||
$(window).bind('hashchange', checkHash {});
|
||||
$(window).bind('hashchange', checkHash);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue