aboutsummaryrefslogtreecommitdiff
path: root/files/ru/web/api/gamepad/axes/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ru/web/api/gamepad/axes/index.html')
-rw-r--r--files/ru/web/api/gamepad/axes/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/files/ru/web/api/gamepad/axes/index.html b/files/ru/web/api/gamepad/axes/index.html
index eb16be54c3..b4ed1fa5ba 100644
--- a/files/ru/web/api/gamepad/axes/index.html
+++ b/files/ru/web/api/gamepad/axes/index.html
@@ -11,11 +11,11 @@ translation_of: Web/API/Gamepad/axes
<h2 id="Синтаксис">Синтаксис</h2>
-<pre class="syntaxbox notranslate"><span class="idlInterface" id="idl-def-Gamepad"><span class="idlAttribute">readonly attribute <span class="idlAttrType">double[]</span> <span class="idlAttrName">axes</span>;</span></span></pre>
+<pre class="syntaxbox"><span class="idlInterface" id="idl-def-Gamepad"><span class="idlAttribute">readonly attribute <span class="idlAttrType">double[]</span> <span class="idlAttrName">axes</span>;</span></span></pre>
<h2 id="Пример">Пример</h2>
-<pre class="brush: js notranslate">function gameLoop() {
+<pre class="brush: js">function gameLoop() {
if(navigator.webkitGetGamepads) {
var gp = navigator.webkitGetGamepads()[0];
} else {