-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deprecating 'unsubscribe' in favor of 'off' in JS API
An extension of a community contribution PR: #328 to use consistent API naming. Before: `on` and `unsubscribe` for things like onPlay, onStateChange, etc. After: `on` and `off` Had a weird issue where the `.patch` did not apply - and when resolved, still had to make other file changes separately when `git am` finished, thus the additional commits here. Diffs= ce5533902 Deprecating 'unsubscribe' in favor of 'off' in JS API (#5538) Co-authored-by: Linden <[email protected]> Co-authored-by: Zachary Plata <[email protected]>
- Loading branch information
1 parent
4240298
commit b9cb46a
Showing
3 changed files
with
32 additions
and
7 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
d1f8710f5bfda934cbbb20727fe7ca2d88a15ff8 | ||
ce55339021039879e0ecd1a29ac70a2cef26ff2a |
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