Update jsdoc comment for new setEmptyImageData function.

This commit is contained in:
Karishma Chadha 2019-10-17 14:35:15 -04:00
parent c25d1f37b8
commit 99af15a974

View file

@ -173,10 +173,6 @@ class Skin extends EventEmitter {
/**
* Set the contents of this skin to an empty skin.
* @param {ImageData|HTMLImageElement|HTMLCanvasElement|HTMLVideoElement} bitmapData - new contents for this skin.
* @param {int} [costumeResolution=1] - The resolution to use for this bitmap.
* @param {Array<number>} [rotationCenter] - Optional rotation center for the bitmap. If not supplied, it will be
* calculated from the bounding box
* @fires Skin.event:WasAltered
*/
setEmptyImageData () {