diff options
Diffstat (limited to 'files/ru/web/api/element/hasattributes/index.html')
| -rw-r--r-- | files/ru/web/api/element/hasattributes/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ru/web/api/element/hasattributes/index.html b/files/ru/web/api/element/hasattributes/index.html index 3337292a07..2d88584ef2 100644 --- a/files/ru/web/api/element/hasattributes/index.html +++ b/files/ru/web/api/element/hasattributes/index.html @@ -16,7 +16,7 @@ translation_of: Web/API/Element/hasAttributes <dd>содержит возвращаемое значение <code>true</code> или <code>false</code>.</dd> </dl> -<h2 id="Example" name="Example">Пример</h2> +<h2 id="Example">Пример</h2> <pre class="brush:js">var foo = document.getElementById("foo"); if (foo.hasAttributes()) { |
