fix lint error

This commit is contained in:
lavrton 2015-05-25 14:49:16 +07:00
parent 74dab77ad4
commit f33b1639b8

View File

@ -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