EDIT mina.getById; flush curly quotes from doc
parent
046e146522
commit
c714b1f1ee
|
@ -198,8 +198,8 @@ var mina = (function (eve) {
|
||||||
* mina.getById
|
* mina.getById
|
||||||
[ method ]
|
[ method ]
|
||||||
**
|
**
|
||||||
* Returns animation by it’s id.
|
* Returns animation by its id.
|
||||||
- id (string) animation’s id
|
- id (string) animation's id
|
||||||
= (object) See @mina
|
= (object) See @mina
|
||||||
\*/
|
\*/
|
||||||
mina.getById = function (id) {
|
mina.getById = function (id) {
|
||||||
|
|
|
@ -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");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue