YUILibrary - Open source JavaScript and CSS for building richly interactive software.
Fork YUI on GitHub

YUI 2.x

Ticket #2527843 (closed defect)

Reporter


K o v a c s
Opened: 03/24/09
Last modified: 09/14/09
Status: closed
Type: defect
Resolution: fixed

Owner


Matt Sweeney
Target Release: 2.8.0
Priority: P3 (normal)
Summary: Typo in API doc for YAHOO.util.Anim Events
Description:

onComplete, onStart, and onTween share similar typos in the API documentation at http://developer.yahoo.com/yui/docs/YAHOO.util.Anim.html

E.g., for onComplete,

[quote]
Custom event that fires when animation ends Listen via subscribe method (e.g. myAnim.onComplete.subscribe(someFunction)
[/quote]

Two typos in each event--a missing period and a missing ')'.

[correct]
Custom event that fires when animation ends. Listen via subscribe method (e.g. myAnim.onComplete.subscribe(someFunction))
[/correct]

or alternatively:

Custom event that fires when animation ends. Listen via subscribe method; e.g., myAnim.onComplete.subscribe(someFunction)

Type: defect Observed in Version: 2.7.0
Component: Animation Severity: S3 (normal)
Assigned To: Matt Sweeney Target Release: 2.8.0
Location: Priority: P3 (normal)
Tags: Relates To:
Browsers: N/A
URL:
Test Information:

Change History

George

YUI Developer

Posted: 04/6/09
  • component changed from None to Animation
  • owner changed from George to Matt Sweeney
  • status changed from new to assigned

Matt Sweeney

YUI Developer

Posted: 04/30/09
  • browser changed to N/A
  • milestone changed to 2.NEXT
  • status changed from assigned to checkedin

George

YUI Developer

Posted: 07/10/09
  • milestone changed from 2.NEXT to 2.8.0

George

YUI Developer

Posted: 09/14/09
  • status changed from checkedin to closed

2.8.0 has been released. All "checkedin" items are available for download in the official release. Status of "checkedin" items is being set to closed.

George

YUI Developer

Posted: 09/14/09
  • resolution changed to fixed