Skip to content
This repository has been archived by the owner on May 26, 2019. It is now read-only.

Remove explicit names from initializers. #1654

Merged
merged 2 commits into from
Jan 16, 2018
Merged

Remove explicit names from initializers. #1654

merged 2 commits into from
Jan 16, 2018

Commits on Jan 16, 2018

  1. Remove explicit names from initializers.

    Since ember-load-initializers already adds names to initializers based on the filename, we should not bother specifying them in the initializer files themselves. This brings initializers more in-line with how helpers are handled. This commit also makes better use of ES2015 features.
    
    https://github.com/ember-cli/ember-load-initializers/blob/7ebe1d308cbbbfc3e6566cd05699e9a36fb7bddb/addon/index.js#L19-L20
    eventualbuddha authored and locks committed Jan 16, 2018
    Configuration menu
    Copy the full SHA
    53e44e1 View commit details
    Browse the repository at this point in the history
  2. Update initializers.md

    locks committed Jan 16, 2018
    Configuration menu
    Copy the full SHA
    4c8e525 View commit details
    Browse the repository at this point in the history