Skip to content
This repository was archived by the owner on Oct 29, 2020. It is now read-only.

Commit 855feb8

Browse files
committed
Update 2013-04-06-developing-addons-and-blueprints.md
Document the fact that addon index.js extends the addon class.
1 parent ef9832d commit 855feb8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

_posts/2013-04-06-developing-addons-and-blueprints.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,8 @@ module.exports = {
181181
};
182182
{% endhighlight %}
183183

184+
The exported object extends the `Addon` class. So any hooks that exist on the `Addon` class may be overridden by addon author.
185+
184186
### Configuring your ember-addon properties
185187
By default, the `"ember-addon"` hash in the `package.json` file has the `"configPath"` property defined to point to the `config` directory of the test dummy application.
186188

0 commit comments

Comments
 (0)