Fix indentation of toBlob()/toImage() docs

It isn't considered a code block if it isn't indented properly.
This commit is contained in:
Pierre Ossman 2022-12-27 14:58:16 +01:00
parent caf0ecc99b
commit ce534b85c1
1 changed files with 7 additions and 7 deletions

View File

@ -384,7 +384,7 @@ the screen encoded as [`ImageData`][mdn-imagedata].
##### Syntax
RFB.getImageData();
RFB.getImageData( );
#### RFB.machineReboot()
@ -476,9 +476,9 @@ screen encoded as [`Blob`][mdn-blob].
##### Syntax
RFB.toDataURL(callback);
RFB.toDataURL(callback, type);
RFB.toDataURL(callback, type, quality);
RFB.toDataURL( callback );
RFB.toDataURL( callback, type );
RFB.toDataURL( callback, type, quality );
###### Parameters
@ -500,9 +500,9 @@ of an `img` tag.
##### Syntax
RFB.toDataURL();
RFB.toDataURL(type);
RFB.toDataURL(type, encoderOptions);
RFB.toDataURL( );
RFB.toDataURL( type );
RFB.toDataURL( type, encoderOptions );
###### Parameters