aboutsummaryrefslogtreecommitdiff
path: root/files/ru/web/api/windoworworkerglobalscope/setinterval/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ru/web/api/windoworworkerglobalscope/setinterval/index.html')
-rw-r--r--files/ru/web/api/windoworworkerglobalscope/setinterval/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ru/web/api/windoworworkerglobalscope/setinterval/index.html b/files/ru/web/api/windoworworkerglobalscope/setinterval/index.html
index 71e437f891..aa4ba76d3a 100644
--- a/files/ru/web/api/windoworworkerglobalscope/setinterval/index.html
+++ b/files/ru/web/api/windoworworkerglobalscope/setinterval/index.html
@@ -253,7 +253,7 @@ Vivamus blandit massa ut metus mattis in fringilla lectus imperdiet. Proin ac an
<p><a href="/files/3997/typewriter.html">View this demo in action</a>. See also: <a href="/en-US/docs/DOM/window.clearInterval"><code>clearInterval()</code></a>.</p>
-<h2 id="Аргументы_функции_обратного_вызова">Аргументы функции обратного вызова</h2>
+<h2 id="Аргументы_колбэк-функции">Аргументы колбэк-функции</h2>
<p>As previously discussed, Internet Explorer versions 9 and below do not support the passing of arguments to the callback function in either <code>setTimeout()</code> or <code>setInterval()</code>. The following <strong>IE-specific</strong> code demonstrates a method for overcoming this limitation.  To use, simply add the following code to the top of your script.</p>