Skip to content

unify usage of context#2

Open
turboMaCk wants to merge 1 commit intodeployjs:masterfrom
turboMaCk:master
Open

unify usage of context#2
turboMaCk wants to merge 1 commit intodeployjs:masterfrom
turboMaCk:master

Conversation

@turboMaCk
Copy link

Hello!

This is just a small chore as I've noticed few inconsistencies while quickly scanning index.js. Nothing major.

},

build: function(/* context */) {
var self = this;
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this variable was not used at all.

}.bind(this));
},
_logSuccess: function(outputPath) {
var self = this;
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

within this method, self was used over bind(this). I've changed functions to bind to unify code with other methods.

@duizendnegen
Copy link
Contributor

duizendnegen commented Aug 20, 2018 via email

@turboMaCk
Copy link
Author

no worries. This is definitely nothing critical;) thx for this package. We're going to give it a try 🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants