diff options
Diffstat (limited to 'files/fr/web/api/imagedata/data/index.html')
| -rw-r--r-- | files/fr/web/api/imagedata/data/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/files/fr/web/api/imagedata/data/index.html b/files/fr/web/api/imagedata/data/index.html index 6bb88c71bb..93967d5b3a 100644 --- a/files/fr/web/api/imagedata/data/index.html +++ b/files/fr/web/api/imagedata/data/index.html @@ -14,11 +14,11 @@ translation_of: Web/API/ImageData/data <h2 id="Exemple">Exemple</h2> -<pre class="brush: js language-js">var imagedata = new ImageData(100, 100); +<pre class="brush: js">var imagedata = new ImageData(100, 100); imagedata.data; // Uint8ClampedArray[40000] </pre> -<h2 id="Specification" name="Specification">Specification</h2> +<h2 id="Specification">Specification</h2> <table class="standard-table"> <tbody> |
