Ticket #2532241 (closed defect)

Reporter


John Mizliso
Opened: 05/2/12
Last modified: 08/1/12
Status: closed
Type: defect
Resolution: fixed

Owner


Allen Rabinovich
Target Release: 3.6.0
Priority: P3 (normal)
Summary: Minor error with uploader's documentation
Description:

I found a small error with uploader's documentation (features based on avaliable functionality) here: http://yuilibrary.com/yui/docs/uploader/#features-based-on-available-functionality

I believe this code here:


uploader.set("fileFilters", [{description:"Images", extensions:"*.jpg;*.png;*.gif"},
{description:"Videos", extensions:"*.avi;*.mov;*.mpg"}];);

Should be:


uploader.set("fileFilters", [{description:"Images", extensions:"*.jpg;*.png;*.gif"},
{description:"Videos", extensions:"*.avi;*.mov;*.mpg"}]); //removed extra semi colon.

Type: defect Observed in Version: 3.5.0
Component: Uploader Severity: S4 (low)
Assigned To: Allen Rabinovich Target Release: 3.6.0
Location: API Documentation Priority: P3 (normal)
Tags: uploader docs Relates To:
Browsers: N/A
URL:
Test Information:

Change History

Allen Rabinovich

YUI Developer

Posted: 05/2/12
  • location changed to API Documentation
  • milestone changed to 3.6.0
  • priority changed to P3 (normal)
  • status changed from new to accepted

Allen Rabinovich

YUI Developer

Posted: 05/8/12
  • estimated changed from 0 to 0.1
  • remaining changed from 0 to 0.1
  • sprint changed to sprint 2

Allen Rabinovich

YUI Developer

Posted: 06/7/12
  • completed changed from 0 to 0.1
  • remaining changed from 0.1 to 0

Allen Rabinovich

YUI Developer

Posted: 06/9/12
  • status changed from accepted to checkedin

Jenny Donnelly

YUI Developer

Posted: 08/1/12
  • resolution changed to fixed
  • status changed from checkedin to closed

Shipped in 3.6.0. Marking closed/fixed.