Skip to content
This repository has been archived by the owner on Sep 14, 2020. It is now read-only.

Fix missing variable declaration #217

Closed
wants to merge 1 commit into from

Conversation

jamesreggio
Copy link
Contributor

Unfortunately, the lack of declaration was causing a crash in the notify function when I had a beforeSendCallback installed.

Perhaps you could setup a linter to catch some of these issues?

bengourley added a commit that referenced this pull request Mar 13, 2018
The lack of a linter, coupled with tests not covering all branches of the JS, allowed #217 to
happen. This adds linting to the CI job, and if the relevant editor plugins are installed shows lint
errors inside the editor.

Closes #217.
kattrali pushed a commit that referenced this pull request Mar 14, 2018
The lack of a linter, coupled with tests not covering all branches of the JS, allowed #217 to
happen. This adds linting to the CI job, and if the relevant editor plugins are installed shows lint
errors inside the editor.

Closes #217.
@jamesreggio jamesreggio deleted the fix-block-scope branch July 6, 2018 19:45
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant