Fixed typo in comment.
parent
e055468f77
commit
42bcd5bcf8
|
@ -188,7 +188,7 @@ var getJsonFromSvgElement = this.getJsonFromSvgElement = function(data) {
|
||||||
children: [],
|
children: [],
|
||||||
};
|
};
|
||||||
|
|
||||||
// Itrate attributes
|
// Iterate attributes
|
||||||
for(var i=0; i < data.attributes.length; i++) {
|
for(var i=0; i < data.attributes.length; i++) {
|
||||||
retval.attr[data.attributes[i].name] = data.attributes[i].value;
|
retval.attr[data.attributes[i].name] = data.attributes[i].value;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue