Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Fix errors in src/utils/AppInit.js documentation #11225

Merged
merged 1 commit into from
Jun 8, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/utils/AppInit.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down