EDIT mina.getById; flush curly quotes from doc

master
Mike Sierra 2013-10-09 13:43:10 -04:00
parent 046e146522
commit c714b1f1ee
2 changed files with 3 additions and 3 deletions

View File

@ -198,8 +198,8 @@ var mina = (function (eve) {
* mina.getById * mina.getById
[ method ] [ method ]
** **
* Returns animation by its id. * Returns animation by its id.
- id (string) animations id - id (string) animation's id
= (object) See @mina = (object) See @mina
\*/ \*/
mina.getById = function (id) { mina.getById = function (id) {

View File

@ -2395,7 +2395,7 @@ function wrap(dom) {
} }
return new Element(dom); return new Element(dom);
} }
// gradients helpers // gradients' helpers
function Gstops() { function Gstops() {
return this.selectAll("stop"); return this.selectAll("stop");
} }