mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-01-12 07:45:41 -05:00
Fix 'promsie' typo in docs for loadOldTextCostume
This commit is contained in:
parent
78c54852c6
commit
ad96ec952b
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ const loadCostume = function (md5ext, costume, runtime) {
|
|||
* @property {number} rotationCenterY - the Y component of the costume's origin.
|
||||
* @property {number} [bitmapResolution] - the resolution scale for a bitmap costume.
|
||||
* @param {!Runtime} runtime - Scratch runtime, used to access the storage module.
|
||||
* @returns {?Promise} - a promsie which will resolve after skinId is set, or null on error.
|
||||
* @returns {?Promise} - a promise which will resolve after skinId is set, or null on error.
|
||||
*/
|
||||
const loadOldTextCostume = function(baseMD5ext, textMD5ext, costume, runtime) {
|
||||
// @todo should [bitmapResolution] (in the documentation comment) not be optional? After all, the resulting image is always a bitmap.
|
||||
|
|
Loading…
Reference in a new issue