From 91bca910871ea185e7970937a9739dbbf3d223a9 Mon Sep 17 00:00:00 2001 From: alattalatta Date: Mon, 26 Jul 2021 22:51:29 +0900 Subject: Remove hidden/noinclude from JS docs (#1583) --- .../web/javascript/reference/classes/public_class_fields/index.html | 4 ---- 1 file changed, 4 deletions(-) (limited to 'files/ko/web/javascript/reference/classes/public_class_fields') diff --git a/files/ko/web/javascript/reference/classes/public_class_fields/index.html b/files/ko/web/javascript/reference/classes/public_class_fields/index.html index 2431a21cd9..381afe4873 100644 --- a/files/ko/web/javascript/reference/classes/public_class_fields/index.html +++ b/files/ko/web/javascript/reference/classes/public_class_fields/index.html @@ -144,10 +144,6 @@ console.log(sub.subInstanceField)

{{EmbedInteractiveExample("pages/js/classes-static.html")}}

- -

The static methods are added to the class constructor with {{jsxref("Global_Objects/Object/defineProperty", "Object.defineProperty()")}} at class evaluation time. These methods are writable, non-enumerable, and configurable.

Public instance methods

-- cgit v1.2.3-54-g00ecf