controls todo
This commit is contained in:
parent
c3c049e03f
commit
b5dcc04f32
1 changed files with 3 additions and 3 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue