diff --git a/lib/ComicBook.js b/lib/ComicBook.js index 93fc689..ef51e2b 100755 --- a/lib/ComicBook.js +++ b/lib/ComicBook.js @@ -4,7 +4,6 @@ TODOs: Fo sho: - - more smart image preloading, preload in both directions when a comic is loaded in the middle - fix manga mode - trigger preload if requesting valid but not loaded images (can happen if network was interupted) - check for html5 feature support where used: diveintohtml5.org/everything.html or www.modernizr.com @@ -18,14 +17,12 @@ - jump to page? - make page draggable with the cursor - 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 - 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 + - refactor so we are not using all these loose shared variables and other nastyness - use custom event emitters instead of hacky code */