Ticket #2528934 (closed defect)
ReporterLevan |
Opened: 06/1/10 Last modified: 09/7/10 Status: closed Type: defect Resolution: fixed |
Owner Satyen Desai |
Target Release: 3.2.0 Priority: P3 (normal) |
|---|---|---|---|
| Summary: | Base.create JSdoc is missing two parameters px and ax | ||
| Description: | doc says: .... Static properties or methods can be added to the new class, using the sx argument (similar to Y.extend). Parameters: actual signature is: Base.create = function(name, base, extensions, px, sx) |
||
| Type: | defect | Observed in Version: | 3.1.1 |
| Component: | Base | Severity: | S3 (normal) |
| Assigned To: | Satyen Desai | Target Release: | 3.2.0 |
| Location: | API Documentation | Priority: | P3 (normal) |
| Tags: | Relates To: | ||
| Browsers: | N/A | ||
| URL: | http://developer.yahoo.com/yui/3/api/Base.html#method_Base.create | ||
| Test Information: | |||
Change History
|
Posted: 06/1/10
|
|
Posted: 06/1/10
|
|
Posted: 06/1/10
|
|
Posted: 09/7/10
|
|
Posted: 09/7/10
|
|
Posted: 09/7/10
|
commit af716e785a91e92d5cfa85d40fdd10a30f94751f
Author: Satyen Desai sdesai@yahoo-inc.com
Date: Tue May 25 15:53:45 2010 -0700
Fixed argument docs for Base.create. Deprecated Base.build in favor of the easier to use Base.create and Base.mix