Commit bc15ecf3 authored by Jérome Perrin's avatar Jérome Perrin

add a TODO

parent 007d8fc1
...@@ -562,6 +562,7 @@ ...@@ -562,6 +562,7 @@
scope: 'fieldset' scope: 'fieldset'
}) })
.push(function (fieldset_gadget) { .push(function (fieldset_gadget) {
// XXX those promises can probably be merged
return RSVP.all([fieldset_gadget, return RSVP.all([fieldset_gadget,
fieldset_gadget.render(property_list, node_data)]); fieldset_gadget.render(property_list, node_data)]);
}) })
......
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