From 59c28c0f76f6ca596c78389017454fae162133c3 Mon Sep 17 00:00:00 2001 From: Nathan Sobo Date: Tue, 18 Nov 2014 10:56:28 -0700 Subject: [PATCH] Clarify documentation --- src/theme-manager.coffee | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/theme-manager.coffee b/src/theme-manager.coffee index 877911684..152e81f45 100644 --- a/src/theme-manager.coffee +++ b/src/theme-manager.coffee @@ -57,7 +57,8 @@ class ThemeManager Section: Event Subscription ### - # Essential: Invoke `callback` when all styles have been reloaded. + # Essential: Invoke `callback` when style sheet changes associated with + # updating the list of active themes have completed. # # * `callback` {Function} onDidReloadAll: (callback) ->