Skip to content

Commit

Permalink
Fix Event docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Feldman committed Nov 14, 2017
1 parent ea13a4f commit 184bf77
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions src/Html/Styled/Events.elm
Original file line number Diff line number Diff line change
Expand Up @@ -26,17 +26,13 @@ module Html.Styled.Events
It is often helpful to create an [Union Type] so you can have many different kinds
of events as seen in the [TodoMVC] example.
[Union Type]: http://elm-lang.org/learn/Union-Types.elm
[TodoMVC]: https://github.com/evancz/elm-todomvc/blob/master/Todo.elm
[Union Type]: <http://elm-lang.org/learn/Union-Types.elm>
[TodoMVC]: <https://github.com/evancz/elm-todomvc/blob/master/Todo.elm>
# Mouse Helpers
@docs onClick, onDoubleClick,
onMouseDown, onMouseUp,
onMouseEnter, onMouseLeave,
onMouseOver, onMouseOut
@docs onClick, onDoubleClick, onMouseDown, onMouseUp, onMouseEnter, onMouseLeave, onMouseOver, onMouseOut
# Form Helpers
Expand Down

0 comments on commit 184bf77

Please sign in to comment.