Skip to content

Commit a65cd41

Browse files
committed
Added ImageFile argument descriptions
1 parent 9155149 commit a65cd41

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

src/loader/filetypes/ImageFile.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ var GetFastValue = require('../../utils/object/GetFastValue');
2020
* @constructor
2121
* @since 3.0.0
2222
*
23-
* @param {string} key - [description]
24-
* @param {string} url - [description]
25-
* @param {string} path - [description]
26-
* @param {XHRSettingsObject} xhrSettings - [description]
27-
* @param {object} config - [description]
23+
* @param {string} key - The name of the asset to load or an object representing the asset
24+
* @param {string} url - The asset's filename
25+
* @param {string} path - The path the asset can be found in
26+
* @param {XHRSettingsObject} xhrSettings - Optional image specific XHR settings
27+
* @param {object} config - config can include: frameWidth, frameHeight, startFrame, endFrame, margin, spacing
2828
*/
2929
var ImageFile = new Class({
3030

0 commit comments

Comments
 (0)