improved drag and drop layer creation logic to further reduce the possibility of a flicker

This commit is contained in:
Eric Rowell
2013-01-09 23:27:37 -08:00
parent c504e7980b
commit 40bcaeafed
2 changed files with 23 additions and 32 deletions

View File

@@ -30,7 +30,7 @@ Test.Modules.STAR = {
layer.add(star);
stage.add(layer);
},
'add five point star with line join and shadow': function(containerId) {
'*add five point star with line join and shadow': function(containerId) {
var stage = new Kinetic.Stage({
container: containerId,
width: 578,