mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-01 02:38:43 -05:00
Fix broken documentation for Item.
This commit is contained in:
parent
59da291d54
commit
748256abb9
1 changed files with 1 additions and 1 deletions
|
@ -1869,7 +1869,7 @@ var Item = Base.extend(Callback, /** @lends Item# */{
|
|||
return list ? items : null;
|
||||
}
|
||||
}
|
||||
}, {
|
||||
}, /** @lends Item# */{
|
||||
/**
|
||||
* {@grouptitle Importing / Exporting JSON and SVG}
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue