Skip to content

Commit 2d95ef3

Browse files
author
Lanny McNie
committed
Documentation: Crosslink and spelling issues.
1 parent 7f35abc commit 2d95ef3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/preloadjs/LoadQueue.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -817,7 +817,7 @@ this.createjs = this.createjs || {};
817817
};
818818

819819
/**
820-
* Remove a custom loader added usig {{#crossLink "registerLoader"}}{{/crossLink}}. Only custom loaders can be
820+
* Remove a custom loader added using {{#crossLink "registerLoader"}}{{/crossLink}}. Only custom loaders can be
821821
* unregistered, the default loaders will always be available.
822822
* @method unregisterLoader
823823
* @param {Function|AbstractLoader} loader The AbstractLoader class to remove
@@ -835,8 +835,8 @@ this.createjs = this.createjs || {};
835835
* @return {Boolean} The new useXHR value. If XHR is not supported by the browser, this will return false, even if
836836
* the provided value argument was true.
837837
* @since 0.3.0
838-
* @deprecated use the {{#crossLink "preferXHR:property"}}{{/crossLink}} property, or the {{#crossLink "setUseXHR"}}{{/crossLink}}
839-
* method instead.
838+
* @deprecated use the {{#crossLink "LoadQueue/preferXHR:property"}}{{/crossLink}} property, or the
839+
* {{#crossLink "LoadQueue/setUseXHR"}}{{/crossLink}} method instead.
840840
*/
841841
p.setUseXHR = function (value) {
842842
return this.setPreferXHR(value);

0 commit comments

Comments
 (0)