From c714b1f1ee62d62ef2c2227b32939a1eb05e2557 Mon Sep 17 00:00:00 2001 From: Mike Sierra Date: Wed, 9 Oct 2013 13:43:10 -0400 Subject: [PATCH] EDIT mina.getById; flush curly quotes from doc --- src/mina.js | 4 ++-- src/svg.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/mina.js b/src/mina.js index 7c9a228..1d35b50 100644 --- a/src/mina.js +++ b/src/mina.js @@ -198,8 +198,8 @@ var mina = (function (eve) { * mina.getById [ method ] ** - * Returns animation by it’s id. - - id (string) animation’s id + * Returns animation by its id. + - id (string) animation's id = (object) See @mina \*/ mina.getById = function (id) { diff --git a/src/svg.js b/src/svg.js index 921edcd..102b4cb 100644 --- a/src/svg.js +++ b/src/svg.js @@ -2395,7 +2395,7 @@ function wrap(dom) { } return new Element(dom); } -// gradients’ helpers +// gradients' helpers function Gstops() { return this.selectAll("stop"); }