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

@@ -244,7 +244,7 @@ suite('MouseEvents', function() {
test('click mapping', function() {
var stage = addStage();
var layer = new Konva.Layer({
drawFunc: function() {
sceneFunc: function() {
var context = this.getContext();
context.beginPath();
context.moveTo(200, 50);