prettier, fix some tests, new test runner

This commit is contained in:
Anton Lavrenov
2018-05-24 10:59:08 +09:00
parent 5b747b9265
commit 9b2d439751
69 changed files with 2816 additions and 2313 deletions

View File

@@ -356,7 +356,7 @@ suite('DragAndDropEvents', function() {
test('drag and drop layer', function(done) {
var stage = addStage();
var layer = new Konva.Layer({
drawFunc: function() {
sceneFunc: function() {
var context = this.getContext();
context.beginPath();
context.moveTo(200, 50);