mirror of
https://github.com/konvajs/konva.git
synced 2026-01-23 21:34:50 +08:00
fix lint error
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user