Fixed typo in comment.

master
KB Jørgensen 2018-01-22 10:14:42 +01:00
parent e055468f77
commit 42bcd5bcf8
1 changed files with 1 additions and 1 deletions

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;
};