-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(bindAll): fix constructor not being called with new
BREAKING CHANGE: Properties will use the bind decorator to apply getter/setters on the prototype instead of the instance. This could cause issues with consumers currently using the implementain that assigns the bound properties to the instance through the constructor rather than on the prototype. The value on the prototype will now be a getter instead of the original function value.
- Loading branch information
1 parent
17caeb6
commit 4e72d0c
Showing
2 changed files
with
11 additions
and
19 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