Spacing like the code around

master
Francesco Strappini 2015-09-27 09:01:04 +02:00
parent 1f11691c60
commit ce009a4581
1 changed files with 1 additions and 1 deletions

View File

@ -2992,7 +2992,7 @@ TODOS
return false;
}
if (attr !== 'id' && attr!=='class') {
if (attr !== 'id' && attr !== 'class') {
if (isNaN(val)) {
val = svgCanvas.convertToNum(attr, val);
} else if (curConfig.baseUnit !== 'px') {