Add comment about missing documentation.

This commit is contained in:
Jürg Lehni 2011-07-08 23:32:50 +02:00
parent 2dfe4dfa19
commit b5d3cf2ad0

View file

@ -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);