Maybe a better comment?

This commit is contained in:
joshaber
2016-02-25 14:00:49 -05:00
parent dfb1d1d62d
commit 768f5ee5ca

View File

@@ -44,8 +44,8 @@ class Workspace extends Model
@consumeServices(@packageManager)
# One cannot simply .bind here since it could be used as a component with
# Etch, which means it'd be `new`d in which case `this` would the new
# object.
# Etch, in which case it'd be `new`d. And when it's `new`d, `this` is always
# the newly created object.
realThis = this
@buildTextEditor = (params) -> realThis.buildTextEditor_(params)