Skip to content

Commit

Permalink
Merge pull request #12279 from fullsailor/patch-1
Browse files Browse the repository at this point in the history
[DOC release] Fix `action` helper event type example
  • Loading branch information
trek committed Jan 16, 2016
2 parents d69b2f7 + 642d8d1 commit d9a4391
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ember-routing-htmlbars/lib/keywords/action.js
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ import closureAction from 'ember-routing-htmlbars/keywords/closure-action';
supply an `on` option to the helper to specify a different DOM event name:
```handlebars
<div {{action "anActionName" on="double-click"}}>
<div {{action "anActionName" on="doubleClick"}}>
click me
</div>
```
Expand Down

0 comments on commit d9a4391

Please sign in to comment.