diff options
Diffstat (limited to 'files/ru/web/javascript/reference/operators/function')
-rw-r--r-- | files/ru/web/javascript/reference/operators/function/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ru/web/javascript/reference/operators/function/index.html b/files/ru/web/javascript/reference/operators/function/index.html index 6a4b58c1b7..52ffd299fe 100644 --- a/files/ru/web/javascript/reference/operators/function/index.html +++ b/files/ru/web/javascript/reference/operators/function/index.html @@ -101,7 +101,7 @@ console.log(bar === baz); // false (errors because baz == undefined)</pre> <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("javascript.operators.function")}}</p> +<p>{{Compat}}</p> <h2 id="See_also">Смотрите также</h2> |