diff options
| author | alattalatta <urty5656@gmail.com> | 2021-07-26 22:51:29 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-26 22:51:29 +0900 |
| commit | 91bca910871ea185e7970937a9739dbbf3d223a9 (patch) | |
| tree | fa4ca739b9600da9c3135a70a834ebd3cd9d94fa /files/ko/web/javascript/reference/global_objects/intl | |
| parent | 170ee25aa30bde456c637f08f0315763e21193cd (diff) | |
| download | translated-content-91bca910871ea185e7970937a9739dbbf3d223a9.tar.gz translated-content-91bca910871ea185e7970937a9739dbbf3d223a9.tar.bz2 translated-content-91bca910871ea185e7970937a9739dbbf3d223a9.zip | |
Remove hidden/noinclude from JS docs (#1583)
Diffstat (limited to 'files/ko/web/javascript/reference/global_objects/intl')
| -rw-r--r-- | files/ko/web/javascript/reference/global_objects/intl/datetimeformat/index.html | 2 | ||||
| -rw-r--r-- | files/ko/web/javascript/reference/global_objects/intl/numberformat/index.html | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/files/ko/web/javascript/reference/global_objects/intl/datetimeformat/index.html b/files/ko/web/javascript/reference/global_objects/intl/datetimeformat/index.html index 0758e1332b..deb61cb636 100644 --- a/files/ko/web/javascript/reference/global_objects/intl/datetimeformat/index.html +++ b/files/ko/web/javascript/reference/global_objects/intl/datetimeformat/index.html @@ -143,7 +143,7 @@ Intl.DateTimeFormat.call(<var>this</var>[, <var>locales</var>[, <var>options</va </dd> </dl> - <p class="noinclude">각 구성요소 속성의 기본값은 {{jsxref("undefined")}}입니다. 그러나 모든 속성이 {{jsxref("undefined")}}일 경우, <code>year</code>, <code>month</code>, <code>day</code>는 <code>"numeric"</code>으로 취급합니다.</p> + <p>각 구성요소 속성의 기본값은 {{jsxref("undefined")}}입니다. 그러나 모든 속성이 {{jsxref("undefined")}}일 경우, <code>year</code>, <code>month</code>, <code>day</code>는 <code>"numeric"</code>으로 취급합니다.</p> </dd> </dl> diff --git a/files/ko/web/javascript/reference/global_objects/intl/numberformat/index.html b/files/ko/web/javascript/reference/global_objects/intl/numberformat/index.html index 6d306a0c77..3ce8966da4 100644 --- a/files/ko/web/javascript/reference/global_objects/intl/numberformat/index.html +++ b/files/ko/web/javascript/reference/global_objects/intl/numberformat/index.html @@ -15,8 +15,6 @@ translation_of: Web/JavaScript/Reference/Global_Objects/Intl/NumberFormat <div>{{EmbedInteractiveExample("pages/js/intl-numberformat.html")}}</div> -<p class="hidden">상호작용 가능한 예제의 소스는 GitHub 리포지토리에 보관되어 있습니다. 상호작용 예제 프로젝트에 기여하고 싶으시다면, <a href="https://github.com/mdn/interactive-examples">https://github.com/mdn/interactive-examples</a>를 클론한 후 풀 리퀘스트를 보내주세요.</p> - <h2 id="구문">구문</h2> <pre class="syntaxbox">new Intl.NumberFormat([<var>locales</var>[, <var>options</var>]]) |
