diff options
Diffstat (limited to 'files/pl/web/javascript/reference/global_objects/string/fromcodepoint')
-rw-r--r-- | files/pl/web/javascript/reference/global_objects/string/fromcodepoint/index.html | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/files/pl/web/javascript/reference/global_objects/string/fromcodepoint/index.html b/files/pl/web/javascript/reference/global_objects/string/fromcodepoint/index.html index d929675696..0a3bacc072 100644 --- a/files/pl/web/javascript/reference/global_objects/string/fromcodepoint/index.html +++ b/files/pl/web/javascript/reference/global_objects/string/fromcodepoint/index.html @@ -136,8 +136,6 @@ String.fromCharCode(55356, 57091); // Stars" == "\uD83C\uDF03" <h2 id="Browser_compatibility">Browser compatibility</h2> -<p class="hidden">The compatibility table in 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> - <p>{{Compat("javascript.builtins.String.fromCodePoint")}}</p> <h2 id="See_also">See also</h2> |