diff --git a/Source/Core/RequestScheduler.js b/Source/Core/RequestScheduler.js index 349043feb98c..5079517959ec 100644 --- a/Source/Core/RequestScheduler.js +++ b/Source/Core/RequestScheduler.js @@ -218,7 +218,6 @@ define([ * Checks if there are available slots to make a request, considering the total * number of available slots across all servers. * - * @param {String} [url] The url to check. * @returns {Boolean} Returns true if there are available slots, otherwise false. */ RequestScheduler.hasAvailableRequests = function() { diff --git a/Source/Scene/ImageryLayer.js b/Source/Scene/ImageryLayer.js index 887d84d5bfc2..b116eeb23405 100644 --- a/Source/Scene/ImageryLayer.js +++ b/Source/Scene/ImageryLayer.js @@ -637,6 +637,7 @@ define([ * @private * * @param {Imagery} imagery The imagery to request. + * @param {Number} [distance] The distance of the tile from the camera. */ ImageryLayer.prototype._requestImagery = function(imagery, distance) { var imageryProvider = this._imageryProvider;