Skip to content
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.

Commit

Permalink
style(coffee): change @ to this
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxime Tyler committed Feb 18, 2015
1 parent 6fc6508 commit 566c491
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/linter-jscs.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class LinterJscs extends Linter

# Load options from linter-jscs
for option in @options
atom.config.observe "linter-jscs.#{option}", @updateOption.bind(@, option)
atom.config.observe "linter-jscs.#{option}", @updateOption.bind(this, option)

updateOption: (option) =>
@[option] = atom.config.get "linter-jscs.#{option}"
Expand Down

0 comments on commit 566c491

Please sign in to comment.