diff options
Diffstat (limited to 'files/ko/web/javascript/reference/global_objects/function')
3 files changed, 0 insertions, 9 deletions
diff --git a/files/ko/web/javascript/reference/global_objects/function/apply/index.html b/files/ko/web/javascript/reference/global_objects/function/apply/index.html index 1e59ed07f7..184c426567 100644 --- a/files/ko/web/javascript/reference/global_objects/function/apply/index.html +++ b/files/ko/web/javascript/reference/global_objects/function/apply/index.html @@ -217,10 +217,6 @@ console.log(myInstance.constructor); // logs 'MyConstructor'</code> -<div class="hidden"> -<p>The compatibility table on this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p> -</div> - <p>{{Compat("javascript.builtins.Function.apply")}}</p> diff --git a/files/ko/web/javascript/reference/global_objects/function/arguments/index.html b/files/ko/web/javascript/reference/global_objects/function/arguments/index.html index 9a498f2468..ba5ec9c7b4 100644 --- a/files/ko/web/javascript/reference/global_objects/function/arguments/index.html +++ b/files/ko/web/javascript/reference/global_objects/function/arguments/index.html @@ -47,7 +47,6 @@ console.log('returned: ' + g.arguments); <h2 id="Browser_호환성">Browser 호환성</h2> <div> -<div class="hidden">이 페이지에 있는 호환성 테이블은 구조화된 데이터로 생성 되었습니다. 이 데이터에 기여를 하기 원하시면, 이 <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> 페이지를 확인 하시고 Pull Request를 보내주시기 바랍니다.</div> <p>{{Compat("javascript.builtins.Function.arguments")}}</p> </div> diff --git a/files/ko/web/javascript/reference/global_objects/function/bind/index.html b/files/ko/web/javascript/reference/global_objects/function/bind/index.html index 6a39852239..d4d0b79681 100644 --- a/files/ko/web/javascript/reference/global_objects/function/bind/index.html +++ b/files/ko/web/javascript/reference/global_objects/function/bind/index.html @@ -281,10 +281,6 @@ slice(arguments); <h2 id="브라우저_호환성">브라우저 호환성</h2> -<div class="hidden"> -<p>The compatibility table on this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p> -</div> - <p>{{Compat("javascript.builtins.Function.bind")}}</p> <h2 id="참조">참조</h2> |