Make Atom::initialize private

This commit is contained in:
Ben Ogle
2014-09-16 10:58:27 -07:00
parent f84666943c
commit b3ec8ed03f

View File

@@ -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.