Fixed typo in comment.

This commit is contained in:
KB Jørgensen
2018-01-22 10:14:42 +01:00
parent e055468f77
commit 42bcd5bcf8

View File

@@ -188,7 +188,7 @@ var getJsonFromSvgElement = this.getJsonFromSvgElement = function(data) {
children: [],
};
// Itrate attributes
// Iterate attributes
for(var i=0; i < data.attributes.length; i++) {
retval.attr[data.attributes[i].name] = data.attributes[i].value;
};