From b5dcc04f3246826db8a07846e145cf947f663791 Mon Sep 17 00:00:00 2001 From: Bala Clark Date: Tue, 30 Aug 2011 18:59:44 +0200 Subject: [PATCH] controls todo --- lib/ComicBook.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/ComicBook.js b/lib/ComicBook.js index 5ea5311..f376070 100755 --- a/lib/ComicBook.js +++ b/lib/ComicBook.js @@ -140,13 +140,14 @@ function ComicBook(id, srcs, opts) { } /** + * User controls + * * TODO: add reset links, * TODO: style * TODO: don't allow draggable controls to leave the visible window * TODO: remember draggable position * TODO: show/hide controls - * - * User controls + * TODO: save current values */ ComicBook.prototype.control = { @@ -445,7 +446,6 @@ function ComicBook(id, srcs, opts) { * Powered by the awesome Pixastic: http://www.pixastic.com/ * * TODO: reset & apply all image enhancements each time before applying new one - * * TODO: abstract this into an "Enhance" object, separate from ComicBook? */ ComicBook.prototype.enhance = {