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 ##### Syntax
RFB.getImageData(); RFB.getImageData( );
#### RFB.machineReboot() #### RFB.machineReboot()
@ -476,9 +476,9 @@ screen encoded as [`Blob`][mdn-blob].
##### Syntax ##### Syntax
RFB.toDataURL(callback); RFB.toDataURL( callback );
RFB.toDataURL(callback, type); RFB.toDataURL( callback, type );
RFB.toDataURL(callback, type, quality); RFB.toDataURL( callback, type, quality );
###### Parameters ###### Parameters
@ -500,9 +500,9 @@ of an `img` tag.
##### Syntax ##### Syntax
RFB.toDataURL(); RFB.toDataURL( );
RFB.toDataURL(type); RFB.toDataURL( type );
RFB.toDataURL(type, encoderOptions); RFB.toDataURL( type, encoderOptions );
###### Parameters ###### Parameters