Commit 2a83c2c0 authored by Randall Leeds's avatar Randall Leeds

Consistent use of @ instead of this for properties

parent ea18decb
...@@ -359,7 +359,7 @@ class DraftProvider ...@@ -359,7 +359,7 @@ class DraftProvider
_drafts: null _drafts: null
constructor: -> constructor: ->
this._drafts = [] @_drafts = []
$get: -> this $get: -> this
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment