fixed up group drag and drop

This commit is contained in:
Eric Rowell
2012-12-31 01:47:49 -08:00
parent 83bf1740a6
commit 206f7bf8d0
4 changed files with 10 additions and 14 deletions

View File

@@ -258,7 +258,7 @@ Test.Modules.NODE = {
clone.simulate('click');
test(clicks.toString() === 'myRect,rectClone', 'click order should be myRect followed by rectClone');
},
'*clone a group': function(containerId) {
'clone a group': function(containerId) {
var stage = new Kinetic.Stage({
container: containerId,
width: 578,