Skip to content

Commit

Permalink
minor docs tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
angus-c committed Nov 13, 2013
1 parent fda0928 commit 2581787
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions doc/advice_api.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@ and `around` methods.
These can be used to modify existing functions by adding custom code. All
Components have advice mixed in to their prototype so that mixins can augment
existing functions without requiring knowledge of the original implementation.
Moreover, since Component's are seeded with an empty `initialize` method,
Component definitions will typically use `after` to define custom `initialize`
behavior.
Mixins will typically use the `after` method to define custom `initialize`
behavior for the target component.

<a name="this.before"></a>
## this.before(existingFuncName, customFunc)
Expand Down

0 comments on commit 2581787

Please sign in to comment.