From 7bfa12a8256d0d400dbf2bc508c27003360e1a66 Mon Sep 17 00:00:00 2001 From: Ulrich-Matthias Schäfer Date: Sat, 3 Oct 2015 00:07:57 +0200 Subject: Typos, Bump to 2.1.1 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index e3be5e8..6562fd4 100644 --- a/README.md +++ b/README.md @@ -2873,7 +2873,7 @@ var click = function() { rect.on('click', click) ``` -**Note:** The context of `this` in the callback is binded to the element. You can change this context by applying your own object: +**Note:** The context of `this` in the callback is bound to the element. You can change this context by applying your own object: ```javascript rect.on('click', click, window) // context of this is window -- cgit v1.2.3