From 4945fd7aae0e8d9bd2bb573dc82d55540ec6cb2b Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Mon, 8 Dec 2014 12:36:57 -0800 Subject: [PATCH] Don't make atom.services public yet --- src/atom.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/atom.coffee b/src/atom.coffee index cace39a33..81aee515a 100644 --- a/src/atom.coffee +++ b/src/atom.coffee @@ -134,7 +134,7 @@ class Atom extends Model # Public: A {Clipboard} instance clipboard: null - # Public: A {ServiceHub} instance + # A {ServiceHub} instance services: null # Public: A {ContextMenuManager} instance