We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81afac4 commit 94e91d4Copy full SHA for 94e91d4
src/preloadjs/utils/RequestUtils.js
@@ -88,7 +88,7 @@
88
* if it is an unusual extension.
89
* @method getTypeByExtension
90
* @param {String} extension The file extension to use to determine the load type.
91
- * @return {String} The determined load type (for example, <code>AbstractLoader.IMAGE</code>). Will return `null` if
+ * @return {String} The determined load type (for example, `createjs.Types.IMAGE`). Will return `null` if
92
* the type can not be determined by the extension.
93
* @static
94
*/
0 commit comments