diff options
author | Alexey Pyltsyn <lex61rus@gmail.com> | 2021-10-29 20:34:32 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-29 20:34:32 +0300 |
commit | c08c48e16cb9e47c586925999362de104ecd710d (patch) | |
tree | 4464fc29abe9bc12fab7c665884d08b864cf2ff0 /files/ru/web/api/audionode | |
parent | 9adcae13346df29353fc658e8c1e04e1903f1f9d (diff) | |
download | translated-content-c08c48e16cb9e47c586925999362de104ecd710d.tar.gz translated-content-c08c48e16cb9e47c586925999362de104ecd710d.tar.bz2 translated-content-c08c48e16cb9e47c586925999362de104ecd710d.zip |
[RU] Update Compat macros (#2911)
Diffstat (limited to 'files/ru/web/api/audionode')
-rw-r--r-- | files/ru/web/api/audionode/channelcount/index.html | 2 | ||||
-rw-r--r-- | files/ru/web/api/audionode/context/index.html | 2 | ||||
-rw-r--r-- | files/ru/web/api/audionode/index.html | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/files/ru/web/api/audionode/channelcount/index.html b/files/ru/web/api/audionode/channelcount/index.html index 26ec2f2a0f..ef93d5aa79 100644 --- a/files/ru/web/api/audionode/channelcount/index.html +++ b/files/ru/web/api/audionode/channelcount/index.html @@ -47,7 +47,7 @@ oscillator.channelCount; <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("api.AudioNode.channelCount")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/audionode/context/index.html b/files/ru/web/api/audionode/context/index.html index 95619331b5..b9891f5bdc 100644 --- a/files/ru/web/api/audionode/context/index.html +++ b/files/ru/web/api/audionode/context/index.html @@ -38,7 +38,7 @@ oscillator.context; <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("api.AudioNode.context")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/audionode/index.html b/files/ru/web/api/audionode/index.html index cd9ff45062..6775352049 100644 --- a/files/ru/web/api/audionode/index.html +++ b/files/ru/web/api/audionode/index.html @@ -97,7 +97,7 @@ oscillator.channelCount;</pre> <h2 id="Browser_compatibility">Browser compatibility</h2> -<p>{{Compat("api.AudioNode")}}</p> +<p>{{Compat}}</p> <h2 id="See_also">See also</h2> |