Skip to content

Commit

Permalink
Merge pull request #11711 from Serabe/patch-1
Browse files Browse the repository at this point in the history
Update action docs.
  • Loading branch information
mixonic committed Jul 11, 2015
2 parents fb49fa0 + e49113c commit c27834c
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 @@ -90,7 +90,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="doubleClick"}}>
<div {{action "anActionName" on="double-click"}}>
click me
</div>
```
Expand Down

0 comments on commit c27834c

Please sign in to comment.