mirror of
https://github.com/konvajs/konva.git
synced 2025-11-24 08:46:44 +08:00
Fixing wording
This commit is contained in:
@@ -823,7 +823,7 @@
|
||||
|
||||
function validateAnchors(val) {
|
||||
if (isNaN(val)) {
|
||||
Konva.Util.warn('enabledHandlers value should be an array');
|
||||
Konva.Util.warn('anchorBoxSize value should be a Number');
|
||||
}
|
||||
if (val < 10) {
|
||||
Konva.Util.warn('Anchor must be a minimum of 10');
|
||||
|
||||
Reference in New Issue
Block a user