Skip to main content

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.

Attachments (0)
Change History (2)

Changed May 06, 2009 04:56PM UTC by jzaefferer comment:1

resolution: → fixed
status: newclosed

Fixed on media wiki.

Changed October 11, 2012 09:15PM UTC by scottgonzalez comment:2

milestone: TBD

Milestone TBD deleted