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 = {