mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-01 02:38:43 -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;
|
return removed;
|
||||||
},
|
},
|
||||||
|
|
||||||
|
// DOCS Item#clear()
|
||||||
clear: '#removeChildren',
|
clear: '#removeChildren',
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -707,6 +707,7 @@ var Path = PathItem.extend(/** @lends Path# */{
|
||||||
return removed;
|
return removed;
|
||||||
},
|
},
|
||||||
|
|
||||||
|
// DOCS Path#clear()
|
||||||
clear: '#removeSegments',
|
clear: '#removeSegments',
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue