Opened 10 years ago
Closed 10 years ago
#8727 closed bug (notabug)
api documentation - dialog widget - typo under "position"
Reported by: | bluesweater | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.10.0 |
Component: | ui.dialog | Version: | 1.9.0 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
http://api.jqueryui.com/dialog/#option-position
"botom" should be "bottom".
String: A string representing the position within the viewport. Possible values: "center", "left", "right", "top", "botom".
should be
String: A string representing the position within the viewport. Possible values: "center", "left", "right", "top", "bottom".
Note: See
TracTickets for help on using
tickets.
Thanks. Moved to the right tracker and fixed it: https://github.com/jquery/api.jqueryui.com/issues/60