aboutsummaryrefslogtreecommitdiff
path: root/files/ru/web/api/window/innerheight/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ru/web/api/window/innerheight/index.html')
-rw-r--r--files/ru/web/api/window/innerheight/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ru/web/api/window/innerheight/index.html b/files/ru/web/api/window/innerheight/index.html
index 5207cf8536..a9ab800401 100644
--- a/files/ru/web/api/window/innerheight/index.html
+++ b/files/ru/web/api/window/innerheight/index.html
@@ -33,7 +33,7 @@ translation_of: Web/API/Window/innerHeight
<pre class="brush:js">var intFrameHeight = window.innerHeight; // or
var intFrameHeight = self.innerHeight;
-// вернет высоту окна просмотра кадра в наборе кадров
+// вернёт высоту окна просмотра кадра в наборе кадров
var intFramesetHeight = parent.innerHeight;
// will return the height of the viewport of the closest frameset