aboutsummaryrefslogtreecommitdiff
path: root/files/ko/web/javascript/reference/statements/debugger/index.html
diff options
context:
space:
mode:
author3indblown Leaf <69508345+kraccoon-dev@users.noreply.github.com>2022-03-16 20:08:16 +0900
committerGitHub <noreply@github.com>2022-03-16 20:08:16 +0900
commit0c715c29cdc291127bac75969f5931688a95f78c (patch)
tree5d583721948b1ee89aaab0ff5fb52641c4709124 /files/ko/web/javascript/reference/statements/debugger/index.html
parent02916951fd304e9338e9192827497513d6dd0cec (diff)
downloadtranslated-content-0c715c29cdc291127bac75969f5931688a95f78c.tar.gz
translated-content-0c715c29cdc291127bac75969f5931688a95f78c.tar.bz2
translated-content-0c715c29cdc291127bac75969f5931688a95f78c.zip
Ko prepare h2m (#4242)
* [CRON] sync translated content * remove inline style * remove blockIndicator class * reset regex * reset regex Co-authored-by: MDN <actions@users.noreply.github.com>
Diffstat (limited to 'files/ko/web/javascript/reference/statements/debugger/index.html')
-rw-r--r--files/ko/web/javascript/reference/statements/debugger/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ko/web/javascript/reference/statements/debugger/index.html b/files/ko/web/javascript/reference/statements/debugger/index.html
index 4f081282b9..352dd3a15e 100644
--- a/files/ko/web/javascript/reference/statements/debugger/index.html
+++ b/files/ko/web/javascript/reference/statements/debugger/index.html
@@ -26,7 +26,7 @@ translation_of: Web/JavaScript/Reference/Statements/debugger
<p>디버거가 활성화되면 디버거 문의 위치에서 실행이 일시중지됩니다. 스크립트 소스의 중단점과 비슷합니다.</p>
-<p><a href="https://mdn.mozillademos.org/files/6963/Screen Shot 2014-02-07 at 9.14.35 AM.png"><img alt="Paused at a debugger statement." src="https://mdn.mozillademos.org/files/6963/Screen%20Shot%202014-02-07%20at%209.14.35%20AM.png" style="height: 371px; width: 700px;"></a></p>
+<p><a href="https://mdn.mozillademos.org/files/6963/Screen Shot 2014-02-07 at 9.14.35 AM.png"><img alt="Paused at a debugger statement." src="https://mdn.mozillademos.org/files/6963/Screen%20Shot%202014-02-07%20at%209.14.35%20AM.png"></a></p>
<h2 id="명세">명세</h2>