fixed a bug

This commit is contained in:
Hidde Jansen 2012-02-07 02:12:58 +01:00
parent 6726e5b0dc
commit 3ce0ddf00c
2 changed files with 2 additions and 2 deletions

View file

@ -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);
}
/**