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

Commit 914bfb9

Browse files
committed
Merge pull request #43 from ming-codes/patch-1
Update 2013-04-06-developing-addons-and-blueprints.md
2 parents ef9832d + 855feb8 commit 914bfb9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

+2
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)