mirror of
https://github.com/denoland/deno.git
synced 2025-01-21 04:52:26 -05:00
fix typo
This commit is contained in:
parent
5b112826a8
commit
e59be4a2c5
1 changed files with 1 additions and 1 deletions
|
@ -244,7 +244,7 @@ function createImageBitmap(
|
|||
|
||||
let width = 0;
|
||||
let height = 0;
|
||||
// If the of image doesn't have a MIME type, mark it as 0.
|
||||
// If the image doesn't have a MIME type, mark it as 0.
|
||||
let mimeType = 0;
|
||||
let imageBitmapSource, buf;
|
||||
if (isBlob) {
|
||||
|
|
Loading…
Add table
Reference in a new issue