From 023d53c518c6c0e85fdcfec96435c7799ffee747 Mon Sep 17 00:00:00 2001 From: SphinxKnight Date: Sat, 19 Jun 2021 13:26:39 +0200 Subject: Remove bcd hidden in JS section for fr (#1246) * Remove bcd hidden in JS section for fr * FIX: missing less than * FIX: removing new line duplicata * FIX: removing new line duplicata Co-authored-by: tristantheb --- .../web/javascript/reference/global_objects/function/apply/index.html | 2 -- .../javascript/reference/global_objects/function/arguments/index.html | 2 -- .../fr/web/javascript/reference/global_objects/function/bind/index.html | 2 -- .../fr/web/javascript/reference/global_objects/function/call/index.html | 2 -- .../web/javascript/reference/global_objects/function/caller/index.html | 2 -- .../javascript/reference/global_objects/function/displayname/index.html | 2 -- files/fr/web/javascript/reference/global_objects/function/index.html | 2 -- .../web/javascript/reference/global_objects/function/length/index.html | 2 -- .../fr/web/javascript/reference/global_objects/function/name/index.html | 2 -- .../javascript/reference/global_objects/function/tosource/index.html | 2 -- .../javascript/reference/global_objects/function/tostring/index.html | 2 -- 11 files changed, 22 deletions(-) (limited to 'files/fr/web/javascript/reference/global_objects/function') diff --git a/files/fr/web/javascript/reference/global_objects/function/apply/index.html b/files/fr/web/javascript/reference/global_objects/function/apply/index.html index cd506e138f..ff8bcfc176 100644 --- a/files/fr/web/javascript/reference/global_objects/function/apply/index.html +++ b/files/fr/web/javascript/reference/global_objects/function/apply/index.html @@ -196,8 +196,6 @@ var min = minimumDuTableau([5, 6, 2, 3, 7]);

Compatibilité des navigateurs

- -

{{Compat("javascript.builtins.Function.apply")}}

Voir aussi

diff --git a/files/fr/web/javascript/reference/global_objects/function/arguments/index.html b/files/fr/web/javascript/reference/global_objects/function/arguments/index.html index 5c3c25d536..930557b80e 100644 --- a/files/fr/web/javascript/reference/global_objects/function/arguments/index.html +++ b/files/fr/web/javascript/reference/global_objects/function/arguments/index.html @@ -80,8 +80,6 @@ console.log("fonction terminée : " + g.arguments);

Compatibilité des navigateurs

- -

{{Compat("javascript.builtins.Function.arguments")}}

Voir aussi

diff --git a/files/fr/web/javascript/reference/global_objects/function/bind/index.html b/files/fr/web/javascript/reference/global_objects/function/bind/index.html index 577a5be803..30922e2fcb 100644 --- a/files/fr/web/javascript/reference/global_objects/function/bind/index.html +++ b/files/fr/web/javascript/reference/global_objects/function/bind/index.html @@ -238,8 +238,6 @@ slice(arguments);

Compatibilité des navigateurs

- -

{{Compat("javascript.builtins.Function.bind")}}

Voir aussi

diff --git a/files/fr/web/javascript/reference/global_objects/function/call/index.html b/files/fr/web/javascript/reference/global_objects/function/call/index.html index 37bc685d26..324bd2e571 100644 --- a/files/fr/web/javascript/reference/global_objects/function/call/index.html +++ b/files/fr/web/javascript/reference/global_objects/function/call/index.html @@ -165,8 +165,6 @@ afficher.call(); // Cannot read the property prenom' of undefined

Compatibilité des navigateurs

- -

{{Compat("javascript.builtins.Function.call")}}

Voir aussi

diff --git a/files/fr/web/javascript/reference/global_objects/function/caller/index.html b/files/fr/web/javascript/reference/global_objects/function/caller/index.html index d0a7b73fe6..e2d6304913 100644 --- a/files/fr/web/javascript/reference/global_objects/function/caller/index.html +++ b/files/fr/web/javascript/reference/global_objects/function/caller/index.html @@ -73,8 +73,6 @@ while (f) {

Compatibilité des navigateurs

- -

{{Compat("javascript.builtins.Function.caller")}}

Voir aussi

diff --git a/files/fr/web/javascript/reference/global_objects/function/displayname/index.html b/files/fr/web/javascript/reference/global_objects/function/displayname/index.html index 25354d9e02..cd095e879e 100644 --- a/files/fr/web/javascript/reference/global_objects/function/displayname/index.html +++ b/files/fr/web/javascript/reference/global_objects/function/displayname/index.html @@ -77,6 +77,4 @@ a;

Compatibilité des navigateurs

- -

{{Compat("javascript.builtins.Function.displayName")}}

diff --git a/files/fr/web/javascript/reference/global_objects/function/index.html b/files/fr/web/javascript/reference/global_objects/function/index.html index b63325c86b..c3bcf3fd1e 100644 --- a/files/fr/web/javascript/reference/global_objects/function/index.html +++ b/files/fr/web/javascript/reference/global_objects/function/index.html @@ -137,8 +137,6 @@ console.log(f2()); // 20

Compatibilité des navigateurs

- -

{{Compat("javascript.builtins.Function")}}

Voir aussi

diff --git a/files/fr/web/javascript/reference/global_objects/function/length/index.html b/files/fr/web/javascript/reference/global_objects/function/length/index.html index 391c18a64a..0591efd2df 100644 --- a/files/fr/web/javascript/reference/global_objects/function/length/index.html +++ b/files/fr/web/javascript/reference/global_objects/function/length/index.html @@ -79,8 +79,6 @@ console.log((function(a, b = 1, c) {}).length);

Compatibilité des navigateurs

- -

{{Compat("javascript.builtins.Function.length")}}

Voir aussi

diff --git a/files/fr/web/javascript/reference/global_objects/function/name/index.html b/files/fr/web/javascript/reference/global_objects/function/name/index.html index 0ee47b1d1e..ea00222ad1 100644 --- a/files/fr/web/javascript/reference/global_objects/function/name/index.html +++ b/files/fr/web/javascript/reference/global_objects/function/name/index.html @@ -197,6 +197,4 @@ if (b.constructor.name === 'Toto') {

Compatibilité des navigateurs

- -

{{Compat("javascript.builtins.Function.name")}}

diff --git a/files/fr/web/javascript/reference/global_objects/function/tosource/index.html b/files/fr/web/javascript/reference/global_objects/function/tosource/index.html index e81a86fa91..cfc1e8f26a 100644 --- a/files/fr/web/javascript/reference/global_objects/function/tosource/index.html +++ b/files/fr/web/javascript/reference/global_objects/function/tosource/index.html @@ -57,8 +57,6 @@ coucou.toSource();

Compatibilité des navigateurs

- -

{{Compat("javascript.builtins.Function.toSource")}}

Voir aussi

diff --git a/files/fr/web/javascript/reference/global_objects/function/tostring/index.html b/files/fr/web/javascript/reference/global_objects/function/tostring/index.html index 11d561c24d..01c33e1618 100644 --- a/files/fr/web/javascript/reference/global_objects/function/tostring/index.html +++ b/files/fr/web/javascript/reference/global_objects/function/tostring/index.html @@ -81,8 +81,6 @@ original_slug: Web/JavaScript/Reference/Objets_globaux/Function/toString

Compatibilité des navigateurs

- -

{{Compat("javascript.builtins.Function.toString")}}

Notes spécifiques à Firefox

-- cgit v1.2.3-54-g00ecf