mirror of
https://github.com/atom/atom.git
synced 2026-01-28 08:18:16 -05:00
Maybe a better comment?
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user