Fixed issue 316: order is reversed after grouping

git-svn-id: http://svg-edit.googlecode.com/svn/trunk@893 eee81c28-f429-11dd-99c0-75d572ba1ddd
This commit is contained in:
Alexis Deveria
2009-11-02 13:14:59 +00:00
parent eb85ba8061
commit 4f504d8b7b

View File

@@ -5059,7 +5059,7 @@ function BatchCommand(text) {
} }
} catch(e) {} } catch(e) {}
}); });
return contentElems; return contentElems.reverse();
} }
this.cycleElement = function(next) { this.cycleElement = function(next) {