aboutsummaryrefslogtreecommitdiff
path: root/files/ru/web/api/htmlmediaelement/abort_event/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ru/web/api/htmlmediaelement/abort_event/index.html')
-rw-r--r--files/ru/web/api/htmlmediaelement/abort_event/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ru/web/api/htmlmediaelement/abort_event/index.html b/files/ru/web/api/htmlmediaelement/abort_event/index.html
index 50d9bcfc9b..82045136cf 100644
--- a/files/ru/web/api/htmlmediaelement/abort_event/index.html
+++ b/files/ru/web/api/htmlmediaelement/abort_event/index.html
@@ -30,7 +30,7 @@ translation_of: Web/API/HTMLMediaElement/abort_event
<h2 id="Примеры">Примеры</h2>
-<pre class="brush: js notranslate">const video = document.querySelector('video');
+<pre class="brush: js">const video = document.querySelector('video');
const videoSrc = 'https://path/to/video.webm';
video.addEventListener('abort', () =&gt; {