Skip to content

Commit

Permalink
fix misleading comment in the scaffold
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtkowiak committed Nov 13, 2016
1 parent 0b87e5f commit 781dcc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scaffold/modules/example/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export default class Example {
this.eventsBus = eventsBus;

// Never do time consuming or blocking things directly in the constructor.
// Instead hook to `afterLoading` or `beforeDesktopJsLoad` events.
// Instead hook to 'beforeDesktopJsLoad`, `desktopLoaded` or `afterInitialization` events.
// This will also ensure plugins providing things like splash screens will be able
// to start as quickly as possible.
this.eventsBus.on('desktopLoaded', () => {
Expand Down

0 comments on commit 781dcc6

Please sign in to comment.