Commit 6e98e9ce authored by Jérome Perrin's avatar Jérome Perrin

update TODOs

parent 5c6fad39
...@@ -30,11 +30,13 @@ ...@@ -30,11 +30,13 @@
* - add function to turn event handlers in promise ? * - add function to turn event handlers in promise ?
* *
* tests: * tests:
* - loading * - loading & saving DONE
* - dropping a new node from palette DONE
* - dragging a node * - dragging a node
* - clicking a node * - editing node properties with popup
* - connecting two nodes ? (see jsplumb tests) * - connecting two nodes
* - removing a connection * - removing a connection
* - changing a node id ( make sure connections are updated )
*/ */
var gadget_klass = rJS(window), var gadget_klass = rJS(window),
node_template_source = gadget_klass.__template_element node_template_source = gadget_klass.__template_element
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment