Skip to content

Commit

Permalink
Fix Entity id type in CompositeEntityCollection
Browse files Browse the repository at this point in the history
  • Loading branch information
gberaudo committed Aug 31, 2017
1 parent 5c6feee commit 8113a3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/DataSources/CompositeEntityCollection.js
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@ define([
/**
* Gets an entity with the specified id.
*
* @param {Object} id The id of the entity to retrieve.
* @param {String} id The id of the entity to retrieve.
* @returns {Entity} The entity with the provided id or undefined if the id did not exist in the collection.
*/
CompositeEntityCollection.prototype.getById = function(id) {
Expand Down

0 comments on commit 8113a3f

Please sign in to comment.