Skip to content

Commit 94e91d4

Browse files
committed
Minor doc change
1 parent 81afac4 commit 94e91d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/preloadjs/utils/RequestUtils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
* if it is an unusual extension.
8989
* @method getTypeByExtension
9090
* @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
91+
* @return {String} The determined load type (for example, `createjs.Types.IMAGE`). Will return `null` if
9292
* the type can not be determined by the extension.
9393
* @static
9494
*/

0 commit comments

Comments
 (0)