From 8113a3fa90d1037fe71bb4928b67994507234384 Mon Sep 17 00:00:00 2001 From: Guillaume Beraudo Date: Thu, 31 Aug 2017 08:10:28 +0200 Subject: [PATCH] Fix Entity id type in CompositeEntityCollection --- Source/DataSources/CompositeEntityCollection.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/DataSources/CompositeEntityCollection.js b/Source/DataSources/CompositeEntityCollection.js index 48e806faa94..2ac9b3a5d7d 100644 --- a/Source/DataSources/CompositeEntityCollection.js +++ b/Source/DataSources/CompositeEntityCollection.js @@ -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) {