mirror of
https://github.com/atom/atom.git
synced 2026-01-24 22:38:20 -05:00
Clarify comment
This commit is contained in:
@@ -80,8 +80,9 @@ class Atom
|
||||
setBodyPlatformClass: ->
|
||||
document.body.classList.add("platform-#{process.platform}")
|
||||
|
||||
# Public: Create a new telepath model. This won't be needed when Atom is itself
|
||||
# a telepath model.
|
||||
# Public: Create a new telepath model. We won't need to define this method when
|
||||
# the atom global is a telepath model itself because all model subclasses inherit
|
||||
# a create method.
|
||||
create: (model) ->
|
||||
@site.createDocument(model)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user