From b3ec8ed03f8755a75447c63f5fffa2a69c982d4c Mon Sep 17 00:00:00 2001 From: Ben Ogle Date: Tue, 16 Sep 2014 10:58:27 -0700 Subject: [PATCH] Make Atom::initialize private --- src/atom.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/atom.coffee b/src/atom.coffee index a813a66cb..df8694a00 100644 --- a/src/atom.coffee +++ b/src/atom.coffee @@ -144,7 +144,7 @@ class Atom extends Model DeserializerManager = require './deserializer-manager' @deserializers = new DeserializerManager() - # Public: Sets up the basic services that should be available in all modes + # Sets up the basic services that should be available in all modes # (both spec and application). # # Call after this instance has been assigned to the `atom` global.