mirror of
https://github.com/konvajs/konva.git
synced 2025-09-18 18:27:58 +08:00
reenabled manual tests
This commit is contained in:
@@ -735,7 +735,7 @@ Test.Modules.EVENTS = {
|
|||||||
var group = new Kinetic.Group();
|
var group = new Kinetic.Group();
|
||||||
|
|
||||||
layer.on('click', function(evt) {
|
layer.on('click', function(evt) {
|
||||||
log(evt.shape.getName());
|
log(evt.targetNode.getName());
|
||||||
|
|
||||||
});
|
});
|
||||||
var redCircle = new Kinetic.Circle({
|
var redCircle = new Kinetic.Circle({
|
||||||
@@ -1389,7 +1389,7 @@ Test.Modules.DRAG_AND_DROP = {
|
|||||||
|
|
||||||
|
|
||||||
},
|
},
|
||||||
'*transition stage width': function(containerId) {
|
'transition stage width': function(containerId) {
|
||||||
var stage = new Kinetic.Stage({
|
var stage = new Kinetic.Stage({
|
||||||
container: containerId,
|
container: containerId,
|
||||||
width: 578,
|
width: 578,
|
||||||
|
Reference in New Issue
Block a user