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/baseaudiocontext | |
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/baseaudiocontext')
3 files changed, 3 insertions, 3 deletions
diff --git a/files/ru/web/api/baseaudiocontext/createpanner/index.html b/files/ru/web/api/baseaudiocontext/createpanner/index.html index 90694a3777..eff542603d 100644 --- a/files/ru/web/api/baseaudiocontext/createpanner/index.html +++ b/files/ru/web/api/baseaudiocontext/createpanner/index.html @@ -148,7 +148,7 @@ function positionPanner() { <h2 id="Browser_compatibility">Browser compatibility</h2> -<p>{{Compat("api.BaseAudioContext.createPanner")}}</p> +<p>{{Compat}}</p> <h2 id="See_also">See also</h2> diff --git a/files/ru/web/api/baseaudiocontext/currenttime/index.html b/files/ru/web/api/baseaudiocontext/currenttime/index.html index fed5532a28..6baebedf01 100644 --- a/files/ru/web/api/baseaudiocontext/currenttime/index.html +++ b/files/ru/web/api/baseaudiocontext/currenttime/index.html @@ -42,7 +42,7 @@ console.log(audioCtx.currentTime); </table> <h2 id="Browser_compatibility">Browser compatibility</h2> <div> -<p>{{Compat("api.BaseAudioContext.currentTime")}}</p> +<p>{{Compat}}</p> <h2 id="See_also">See also</h2> <ul> diff --git a/files/ru/web/api/baseaudiocontext/decodeaudiodata/index.html b/files/ru/web/api/baseaudiocontext/decodeaudiodata/index.html index dd51895e62..70cd0fc622 100644 --- a/files/ru/web/api/baseaudiocontext/decodeaudiodata/index.html +++ b/files/ru/web/api/baseaudiocontext/decodeaudiodata/index.html @@ -140,7 +140,7 @@ pre.innerHTML = myScript.innerHTML;</pre> <h2 id="Browser_compatibility">Browser compatibility</h2> -<p>{{Compat("api.BaseAudioContext.decodeAudioData")}}</p> +<p>{{Compat}}</p> <h2 id="See_also">See also</h2> |