From 1e42df6701cfa2f6ae1b21a4782acef4d7217868 Mon Sep 17 00:00:00 2001 From: Justin Manley Date: Mon, 3 Nov 2014 14:24:30 -0600 Subject: [PATCH] Add a sentence clarifying that L.bind is not a polyfill for ES5 bind. --- reference.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference.html b/reference.html index 1626d44b..a3b5629c 100644 --- a/reference.html +++ b/reference.html @@ -5270,7 +5270,7 @@ MyClass.FOO; // 'bar' Function - Returns a function which executes function fn with the given scope obj (so that this keyword refers to obj inside the function code). Has an L.bind shortcut. + Returns a function which executes function fn with the given scope obj (so that this keyword refers to obj inside the function code). Has an L.bind shortcut. Not a polyfill for ES 5 bind (compare L.bind to the MDN-recommended polyfill for Function.prototype.bind). stamp( <Object> obj )