mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-01 02:38:43 -05:00
Fix spelling mistakes in docs.
This commit is contained in:
parent
e6175d512c
commit
6e9ff38c15
2 changed files with 4 additions and 4 deletions
|
@ -1916,8 +1916,8 @@ var Item = Base.extend(Emitter, /** @lends Item# */{
|
|||
*
|
||||
* @option match.inside {Rectangle} the rectangle in which the items need to
|
||||
* be fully contained.
|
||||
* @option match.overlapping {Rectangle} the rectangle with which the need
|
||||
* to be at least partly overlap.
|
||||
* @option match.overlapping {Rectangle} the rectangle with which the items
|
||||
* need to at least partly overlap.
|
||||
*
|
||||
* @see #matches(match)
|
||||
* @param {Object} match the criteria to match against.
|
||||
|
|
|
@ -355,8 +355,8 @@ var Project = PaperScopeItem.extend(/** @lends Project# */{
|
|||
*
|
||||
* @option match.inside {Rectangle} the rectangle in which the items need to
|
||||
* be fully contained.
|
||||
* @option match.overlapping {Rectangle} the rectangle with which the need
|
||||
* to be at least partly overlap.
|
||||
* @option match.overlapping {Rectangle} the rectangle with which the items
|
||||
* need to at least partly overlap.
|
||||
*
|
||||
* @example {@paperscript} // Fetch all selected path items:
|
||||
* var path1 = new Path.Circle({
|
||||
|
|
Loading…
Reference in a new issue