mirror of
https://github.com/konvajs/konva.git
synced 2025-04-05 20:48:28 +08:00
fix lint error
This commit is contained in:
parent
74dab77ad4
commit
f33b1639b8
@ -6,7 +6,7 @@
|
||||
return false;
|
||||
}
|
||||
var firstChar = selector[0];
|
||||
return firstChar === '#' || firstChar === '.' || firstChar === firstChar.toUpperCase();
|
||||
return firstChar === '#' || firstChar === '.' || firstChar === firstChar.toUpperCase();
|
||||
}
|
||||
/**
|
||||
* Container constructor. Containers are used to contain nodes or other containers
|
||||
|
Loading…
Reference in New Issue
Block a user