#4459 closed bug (fixed)
Mistake in Sortable Docs
Reported by: | tocsick | Owned by: | |
---|---|---|---|
Priority: | trivial | Milestone: | |
Component: | [meta] ui.docs | Version: | 1.7.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
In the sortable docs under the 'placeholder' option the following line
$('.selector').sortable({ placeholder: '.ui-state-highlight' });
should read
$('.selector').sortable({ placeholder: 'ui-state-highlight' });
Note the period before the classname. The same mistake appears a few lines down as well.
Note: See
TracTickets for help on using
tickets.
Fixed on media wiki.