enhance reset doesn't need to re-init / preload

This commit is contained in:
Bala Clark 2011-09-02 16:05:40 +02:00
parent 620cca8b4f
commit 0af57f1c52

View file

@ -325,7 +325,7 @@ function ComicBook(id, srcs, opts) {
options.displayMode = "double";
}
$("#cb-toolbar .cb-layout").addClass(options.displayMode);
ComicBook.prototype.draw();
ComicBook.prototype.drawPage();
};
/**