controls todo

This commit is contained in:
Bala Clark 2011-08-30 18:59:44 +02:00
parent c3c049e03f
commit b5dcc04f32

View file

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