mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-03-13 16:33:28 -04:00
Add comment about missing documentation.
This commit is contained in:
parent
2dfe4dfa19
commit
b5d3cf2ad0
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ HitResult = Base.extend(/** @lends HitResult# */{
|
|||
this.item = item;
|
||||
if (values) {
|
||||
// Copy over passed values, depending on use case.
|
||||
// DOCS: HitResult#location, #segment, #point
|
||||
// DOCS: HitResult#location, #segment, #name, #point
|
||||
Base.each(values, function(value, key) {
|
||||
this[key] = value;
|
||||
}, this);
|
||||
|
|
Loading…
Reference in a new issue