aboutsummaryrefslogtreecommitdiff
path: root/files/pl/web/javascript/reference/global_objects/function/bind/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/pl/web/javascript/reference/global_objects/function/bind/index.html')
-rw-r--r--files/pl/web/javascript/reference/global_objects/function/bind/index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/files/pl/web/javascript/reference/global_objects/function/bind/index.html b/files/pl/web/javascript/reference/global_objects/function/bind/index.html
index 028db6b6d4..804d686f1d 100644
--- a/files/pl/web/javascript/reference/global_objects/function/bind/index.html
+++ b/files/pl/web/javascript/reference/global_objects/function/bind/index.html
@@ -1,7 +1,8 @@
---
title: Function.prototype.bind()
-slug: Web/JavaScript/Referencje/Obiekty/Function/bind
+slug: Web/JavaScript/Reference/Global_Objects/Function/bind
translation_of: Web/JavaScript/Reference/Global_Objects/Function/bind
+original_slug: Web/JavaScript/Referencje/Obiekty/Function/bind
---
<div>{{JSRef}}<br>
Metoda <span class="seoSummary"><code><strong>bind()</strong></code> </span> tworzy nową funkcję, której wywołanie powoduje ustawienie <strong>this</strong> na podaną wartość, z podaną sekwencją argumentów poprzedzającą dowolną podaną podczas wywołania nowej funkcji.<br>