-
Notifications
You must be signed in to change notification settings - Fork 24.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fabric: Making EventEmitter reenableable
Summary: The first implementation of EventEmitter's enable/disable feature didn't not provide a way to enable an object after it was disabled. Apparently, we need this functionality due that fact that all nodes of the same family share same event emitter. Reviewed By: mdvacca Differential Revision: D10395849 fbshipit-source-id: 0eba54f0bb7ded35d64afb6559e6e27208c2b577
- Loading branch information
1 parent
f2da2d1
commit 764dd51
Showing
2 changed files
with
9 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters