aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorUlrich-Matthias Schäfer <ulima.ums@googlemail.com>2015-10-03 00:07:57 +0200
committerUlrich-Matthias Schäfer <ulima.ums@googlemail.com>2015-10-03 00:07:57 +0200
commit7bfa12a8256d0d400dbf2bc508c27003360e1a66 (patch)
tree440f2f025e4cb66ba7bd01e17fe89efdb0a4e4f1 /README.md
parentdd190c872b05e3d0d502235cbea089a7766e4177 (diff)
downloadsvg.js-7bfa12a8256d0d400dbf2bc508c27003360e1a66.tar.gz
svg.js-7bfa12a8256d0d400dbf2bc508c27003360e1a66.zip
Typos, Bump to 2.1.12.1.1
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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