File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ) ;
You can’t perform that action at this time.
0 commit comments