Fixed issue 316: order is reversed after grouping

git-svn-id: http://svg-edit.googlecode.com/svn/trunk@893 eee81c28-f429-11dd-99c0-75d572ba1ddd
master
Alexis Deveria 2009-11-02 13:14:59 +00:00
parent eb85ba8061
commit 4f504d8b7b
1 changed files with 1 additions and 1 deletions

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) {