Skip to content

Commit 2cee3b0

Browse files
ngokevindmarcos
authored andcommitted
Revert "Revert "Fix aframevr#1732: Don't bubble 'componentchanged' event" (aframevr#1758)" (aframevr#1768)
This reverts commit c131fc8.
1 parent e67974d commit 2cee3b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/core/component.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ Component.prototype = {
210210
name: this.name,
211211
newData: this.getData(),
212212
oldData: oldData
213-
});
213+
}, false);
214214
},
215215

216216
/**

0 commit comments

Comments
 (0)