Skip to content

Commit 94759ce

Browse files
author
Vlad Balin
committed
Merge remote-tracking branch 'refs/remotes/origin/develop'
2 parents 5a35e94 + 55531f8 commit 94759ce

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

example/todolist.jsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ TodoItem.define({
2626
_.bindAll( this, 'remove', 'addChildren' );
2727

2828
// Sync done state with subitems across the tree...
29-
// There won't be loop, 'change' is never fired if there are no actual change.
29+
// There won't be infinite loop, 'change' is never fired if there are no actual change.
30+
// Event handlers are transactional, single change event will be bubbled up.
3031
this.listenTo( this, {
3132
'change:subitems' : () => {
3233
let { subitems } = this;

0 commit comments

Comments
 (0)