Removed .bind() from lambda #103

Merged
MaxiBoether merged 1 commit from patch-1 into master 2017-04-30 05:48:52 +02:00
MaxiBoether commented 2017-04-29 18:28:59 +02:00 (Migrated from github.com)

wallet.js did not compile with .bind after the lambda function, and after talking in #dev in Gitter we came to the conclusion to just remove the bind as it's not necessary

wallet.js did not compile with .bind after the lambda function, and after talking in #dev in Gitter we came to the conclusion to just remove the bind as it's not necessary
alexliebowitz commented 2017-04-30 05:48:48 +02:00 (Migrated from github.com)

Thanks! I removed all the other bind() calls too; there's really no need for it in our codebase now that we're fully onto ES6.

Thanks! I removed all the other bind() calls too; there's really no need for it in our codebase now that we're fully onto ES6.
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: LBRYCommunity/lbry-desktop#103
No description provided.