From 640fd0051b6401643add46ca76f4748f438a2682 Mon Sep 17 00:00:00 2001 From: Nathan Sobo Date: Sat, 7 Dec 2013 14:03:14 -0800 Subject: [PATCH] Clarify comment --- src/atom.coffee | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/atom.coffee b/src/atom.coffee index 3df945e67..63135a0d2 100644 --- a/src/atom.coffee +++ b/src/atom.coffee @@ -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)