mirror of
https://github.com/konvajs/konva.git
synced 2025-04-05 20:48:28 +08:00
fix typo
This commit is contained in:
parent
34d18efcf8
commit
df03f79c81
2
konva.js
2
konva.js
@ -10558,7 +10558,7 @@
|
|||||||
|
|
||||||
var layers = node.getLayer() || ((node instanceof Konva.Stage) ? node.getLayers() : null);
|
var layers = node.getLayer() || ((node instanceof Konva.Stage) ? node.getLayers() : null);
|
||||||
if (!layers) {
|
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.'
|
'Tween constructor have `node` that is not in a layer. Please add node into layer first.'
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
2
konva.min.js
vendored
2
konva.min.js
vendored
File diff suppressed because one or more lines are too long
@ -174,7 +174,7 @@
|
|||||||
|
|
||||||
var layers = node.getLayer() || ((node instanceof Konva.Stage) ? node.getLayers() : null);
|
var layers = node.getLayer() || ((node instanceof Konva.Stage) ? node.getLayers() : null);
|
||||||
if (!layers) {
|
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.'
|
'Tween constructor have `node` that is not in a layer. Please add node into layer first.'
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user