aboutsummaryrefslogtreecommitdiff
path: root/files/ru/web/api/document/defaultview/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ru/web/api/document/defaultview/index.html')
-rw-r--r--files/ru/web/api/document/defaultview/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ru/web/api/document/defaultview/index.html b/files/ru/web/api/document/defaultview/index.html
index 41596f0111..d73641bfc3 100644
--- a/files/ru/web/api/document/defaultview/index.html
+++ b/files/ru/web/api/document/defaultview/index.html
@@ -11,7 +11,7 @@ translation_of: Web/API/Document/defaultView
<p>В браузерах возвращает объект <a href="/en-US/docs/DOM/window" title="DOM/window">window</a>, который связан с document текущей страницы или <code>null</code> если document не доступен.</p>
-<h2 id="Syntax" name="Syntax">Синтаксис</h2>
+<h2 id="Syntax">Синтаксис</h2>
<pre class="syntaxbox">var win = document.defaultView;</pre>