diff --git a/lib/ComicBook.js b/lib/ComicBook.js index c4c9a61..7e65398 100755 --- a/lib/ComicBook.js +++ b/lib/ComicBook.js @@ -6,16 +6,17 @@ Fo sho: - make control images sprites - disable the strech button if in an auto zoom mode - - page controls - current page indicator + - current page indicator + - jump to page? - improve prev/next buttons, only show them when they can possibly work (not at beginning/end) - - an "alert" control for any error messages / notifications ( & remove any instances of alert() ) - - decouple controls from reader api - - split out classes into seperate files - check for html5 feature support where used: diveintohtml5.org/everything.html or www.modernizr.com - write bin scripts to minify & join all js Nice 2 have: + - when toggling to double page mode make sure the pages are in the correct left / right order - enable menu items via config, allow for custom items + - decouple controls from reader api + - split out classes into seperate files - offline access - thumbnail browser - remove jquery dependency in favour of straight js