redraw comic on window resize

This commit is contained in:
Bala Clark 2011-09-02 20:28:41 +02:00
parent 0af57f1c52
commit 7760c0470e
2 changed files with 5 additions and 3 deletions

View file

@ -40,6 +40,8 @@
]
);
book.draw();
window.onresize = book.drawPage;
</script>
</body>
</html>