Fixed typo in comment.
This commit is contained in:
@@ -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;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user