Skip to content

Commit 8113a3f

Browse files
committed
Fix Entity id type in CompositeEntityCollection
1 parent 5c6feee commit 8113a3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/DataSources/CompositeEntityCollection.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@ define([
449449
/**
450450
* Gets an entity with the specified id.
451451
*
452-
* @param {Object} id The id of the entity to retrieve.
452+
* @param {String} id The id of the entity to retrieve.
453453
* @returns {Entity} The entity with the provided id or undefined if the id did not exist in the collection.
454454
*/
455455
CompositeEntityCollection.prototype.getById = function(id) {

0 commit comments

Comments
 (0)