From ad6dad8d652f5bbef017a29d1ef5515c34dfc7d5 Mon Sep 17 00:00:00 2001 From: Brett Zamir Date: Thu, 22 May 2014 01:28:32 +0000 Subject: [PATCH] Spacing git-svn-id: http://svg-edit.googlecode.com/svn/trunk@2845 eee81c28-f429-11dd-99c0-75d572ba1ddd --- editor/svgcanvas.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/editor/svgcanvas.js b/editor/svgcanvas.js index fb90ae57..fd16d0aa 100644 --- a/editor/svgcanvas.js +++ b/editor/svgcanvas.js @@ -7236,9 +7236,9 @@ var pushGroupProperties = this.pushGroupProperties = function(g, undoable) { // significant recalculations to apply group's transforms, etc to its children this.ungroupSelectedElement = function() { var g = selectedElements[0]; - if (!g) { - return; - } + if (!g) { + return; + } if ($(g).data('gsvg') || $(g).data('symbol')) { // Is svg, so actually convert to group convertToGroup(g);