mirror of
https://github.com/konvajs/konva.git
synced 2025-10-15 12:34:52 +08:00
prettier, fix some tests, new test runner
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user