web3data-js
web3data-js copied to clipboard
Misuse of bind method - change all `.bind` to `.apply`
Use Case:
Users want code that is compliant with JS standards! Wait who are we kidding JS has no standards! Either way we are misusing bind it should be apply to add the this context to a method.
Requirements:
- Change all occurrences of
.bindto.apply
Acceptance Criteria:
-All tests passing