From fa39361494e3328354912b997499c0482ab3169c Mon Sep 17 00:00:00 2001 From: Pete Nykanen Date: Sun, 7 Jun 2015 17:35:08 +0300 Subject: [PATCH] Fix errors in src/utils/AppInit.js documentation --- src/utils/AppInit.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/utils/AppInit.js b/src/utils/AppInit.js index 69ada3fff61..15627603588 100644 --- a/src/utils/AppInit.js +++ b/src/utils/AppInit.js @@ -28,9 +28,9 @@ /** * Defines hooks to assist with module initialization. * - * This module defines 2 methods for client modules to attach callbacks: + * This module defines 3 methods for client modules to attach callbacks: * - htmlReady - When the main application template is rendered - * - extensionsRead - When the extension manager has loaded all extensions + * - extensionsLoaded - When the extension manager has loaded all extensions * - appReady - When Brackets completes loading all modules and extensions * * These are *not* jQuery events. Each method is similar to $(document).ready