mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2024-12-29 09:22:22 -05:00
Add missing DOCS comments.
This commit is contained in:
parent
0e5483c03f
commit
1149399690
2 changed files with 2 additions and 0 deletions
|
@ -1980,6 +1980,7 @@ var Item = Base.extend(Callback, /** @lends Item# */{
|
|||
return removed;
|
||||
},
|
||||
|
||||
// DOCS Item#clear()
|
||||
clear: '#removeChildren',
|
||||
|
||||
/**
|
||||
|
|
|
@ -707,6 +707,7 @@ var Path = PathItem.extend(/** @lends Path# */{
|
|||
return removed;
|
||||
},
|
||||
|
||||
// DOCS Path#clear()
|
||||
clear: '#removeSegments',
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue