docs updatesx

This commit is contained in:
Anton Lavrenov
2019-01-06 03:01:20 -05:00
parent 4d58cd6479
commit 52f2b8178b
56 changed files with 3085 additions and 2703 deletions

View File

@@ -1553,16 +1553,16 @@ suite('MouseEvents', function() {
var group2 = new Konva.Group();
/*
* stage
* |
* layer
* |
* group2
* |
* group1
* |
* circle
*/
* stage
* |
* layer
* |
* group2
* |
* group1
* |
* circle
*/
group1.add(circle);
group2.add(group1);
@@ -1951,7 +1951,7 @@ suite('MouseEvents', function() {
assert.equal(smallDblClicks, 1, 'single dblclick on small rect');
done();
});
}, 5);
});
});
});