Search and Top Navigation
#4459 closed bug (fixed)
Opened April 13, 2009 06:33AM UTC
Closed May 06, 2009 04:56PM UTC
Last modified October 11, 2012 09:15PM UTC
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.
Fixed on media wiki.