Skip to content

Commit

Permalink
Update fetchQueue.js
Browse files Browse the repository at this point in the history
  • Loading branch information
manthey authored Jul 21, 2021
1 parent 7f324a3 commit a324c4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fetchQueue.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ var fetchQueue = function (options) {
* Get/set the initial maximum concurrent deferred object size.
* @property {number} initialSize The initial maximum number of deferred
* objects. `0` to use `size`.
* @name geo.fetchQueue#size
* @name geo.fetchQueue#initialSize
*/
Object.defineProperty(this, 'initialSize', {
get: function () { return m_this._initialSize; },
Expand Down

0 comments on commit a324c4c

Please sign in to comment.