From 36d9b07f7617b18706f9523cfee121a0e2cf61b0 Mon Sep 17 00:00:00 2001 From: Stephen Blott Date: Fri, 4 Mar 2016 06:30:09 +0000 Subject: Do not use standalone @. The styles guide says not to use standalone `@`. So this changes the occurrences I could find (with sed) to `this`. Occurrences within files with major outstanding PRs are omitted. --- pages/options.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pages') diff --git a/pages/options.coffee b/pages/options.coffee index 51400740..a82c3807 100644 --- a/pages/options.coffee +++ b/pages/options.coffee @@ -21,7 +21,7 @@ class Option @element = $(@field) @element.addEventListener "change", @onUpdated @fetch() - Option.all.push @ + Option.all.push this # Fetch a setting from localStorage, remember the @previous value and populate the DOM element. # Return the fetched value. -- cgit v1.2.3