From ce009a45817b98a7339aea9a2c2f83c021a0c040 Mon Sep 17 00:00:00 2001 From: Francesco Strappini Date: Sun, 27 Sep 2015 09:01:04 +0200 Subject: [PATCH] Spacing like the code around --- editor/svg-editor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editor/svg-editor.js b/editor/svg-editor.js index 815217d0..364b3679 100644 --- a/editor/svg-editor.js +++ b/editor/svg-editor.js @@ -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') {