Skip to content

Commit

Permalink
UI-943: Change methods' order and add missong reference to highlight(…
Browse files Browse the repository at this point in the history
…) method
  • Loading branch information
joristirado committed Feb 9, 2015
1 parent 6b71724 commit a4a8bb1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/monster/ui.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@ The `monster.ui` object contains different methods and objects used to easily re
* [alert()][alert]
* [confirm()][confirm]
* [dialog()][dialog]
* [getFormData()][getFormData]
* [highlight()][highlight]
* [protectField()][protect_field]
* [validate()][validate]
* [wysiwyg()][wysiwyg]
* [getFormData()][getFormData]

### Objects
* [prettyCheck][pretty_check]
Expand All @@ -22,7 +23,8 @@ The `monster.ui` object contains different methods and objects used to easily re
[alert]: ui/alert().md
[confirm]: ui/confirm().md
[dialog]: ui/dialog().md
[getFormData]: ui/getFormData().md
[highlight]: ui/highlight().md
[protect_field]: ui/protectField().md
[validate]: ui/validate().md
[wysiwyg]: ui/wysiwyg().md
[getFormData]: ui/getFormData().md

0 comments on commit a4a8bb1

Please sign in to comment.