diff options
Diffstat (limited to 'files/fr/web/api/window/scrollbars/index.html')
| -rw-r--r-- | files/fr/web/api/window/scrollbars/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/files/fr/web/api/window/scrollbars/index.html b/files/fr/web/api/window/scrollbars/index.html index c8536a550b..1a292aed78 100644 --- a/files/fr/web/api/window/scrollbars/index.html +++ b/files/fr/web/api/window/scrollbars/index.html @@ -15,14 +15,14 @@ translation_of: Web/API/Window/scrollbars <h2 id="Syntaxe">Syntaxe</h2> -<pre class="syntaxbox notranslate"><em>objRef</em> = window.scrollbars +<pre class="syntaxbox"><em>objRef</em> = window.scrollbars </pre> <h2 id="Exemple">Exemple</h2> <p>L'exemple HTML complet suivant montre comment la propriété <code>visible</code> de l'objet scrollbars est utilisée.</p> -<pre class="brush: html notranslate"><!doctype html> +<pre class="brush: html"><!doctype html> <html> <head> <title>Divers Tests DOM</title> |
