This commit is contained in:
Anton Lavrenov 2016-05-14 22:13:14 +07:00
parent 34d18efcf8
commit df03f79c81
3 changed files with 3 additions and 3 deletions

View File

@ -10558,7 +10558,7 @@
var layers = node.getLayer() || ((node instanceof Konva.Stage) ? node.getLayers() : null);
if (!layers) {
Konva.Util.console.error(
Konva.Util.error(
'Tween constructor have `node` that is not in a layer. Please add node into layer first.'
);
}

2
konva.min.js vendored

File diff suppressed because one or more lines are too long

View File

@ -174,7 +174,7 @@
var layers = node.getLayer() || ((node instanceof Konva.Stage) ? node.getLayers() : null);
if (!layers) {
Konva.Util.console.error(
Konva.Util.error(
'Tween constructor have `node` that is not in a layer. Please add node into layer first.'
);
}