diff options
Diffstat (limited to 'files/fr/web/api/globaleventhandlers/onerror/index.html')
-rw-r--r-- | files/fr/web/api/globaleventhandlers/onerror/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/fr/web/api/globaleventhandlers/onerror/index.html b/files/fr/web/api/globaleventhandlers/onerror/index.html index 203d536eb2..1f44c2033c 100644 --- a/files/fr/web/api/globaleventhandlers/onerror/index.html +++ b/files/fr/web/api/globaleventhandlers/onerror/index.html @@ -23,7 +23,7 @@ translation_of: Web/API/GlobalEventHandlers/onerror <h3 id="window.onerror">window.onerror</h3> -<pre><code>window.onerror = function(messageOrEvent, source, noligne, nocolonne, erreur) { ... }</code></pre> +<pre class="brush: js">window.onerror = function(messageOrEvent, source, noligne, nocolonne, erreur) { ... }</pre> <p>Paramètres de la fonction :</p> |