From b235efdbfde86ba892c266aa43b0cc7ac8a8b951 Mon Sep 17 00:00:00 2001 From: Bala Clark Date: Thu, 8 Sep 2011 12:46:22 +0200 Subject: [PATCH] todo --- lib/ComicBook.js | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/lib/ComicBook.js b/lib/ComicBook.js index b224f4d..f8af198 100755 --- a/lib/ComicBook.js +++ b/lib/ComicBook.js @@ -5,13 +5,12 @@ Fo sho: - improve prev/next buttons, only show them when they can possibly work (not at beginning/end) + - more smart image preloading, preload in both directions when a comic is loaded in the middle + - fix manga mode - check for html5 feature support where used: diveintohtml5.org/everything.html or www.modernizr.com - write bin scripts to minify & join all js - - more smart image preloading, preload in both directions when a comic is loaded in the middle - - in double page mode the last page is not showing if it is a single page Nice 2 have: - - fix manga mode - jump to page? - enable menu items via config, allow for custom items - decouple controls from reader api @@ -21,6 +20,8 @@ - remove jquery dependency in favour of straight js - chrome frame / ExplorerCanvas / non canvas version? - really need to speed up enhancements, try to use webworkers + - refactor so we are not using all these loose shared variables + - use custom event emitters instead of hacky code */ /**