mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-07-27 14:20:12 -04:00
Fix @extends tags in documentation: Only the immediately following class is required.
This commit is contained in:
parent
bcff3932b6
commit
cb463b74f5
4 changed files with 0 additions and 4 deletions
src/path
|
@ -39,7 +39,6 @@ var CompoundPath = this.CompoundPath = PathItem.extend({
|
|||
* {@link Item#children} list.
|
||||
*
|
||||
* @extends PathItem
|
||||
* @extends Item
|
||||
*/
|
||||
initialize: function(paths) {
|
||||
this.base();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue