From 6e44bfd909b0b96a5565346db5cc7f16452575f0 Mon Sep 17 00:00:00 2001 From: Bala Clark Date: Fri, 16 Sep 2011 16:10:47 +0200 Subject: [PATCH] todo --- lib/ComicBook.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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 */