bugdifficulthelp wantedjwertyCode Parser
Métriques du dépôt
- Stars
- (1 214 stars)
- Métriques de merge PR
- (Aucune PR mergée en 30 j)
Description
I want to make forward slash do something, but since it is used as a divider it does not work. Output is:
Uncaught TypeError: Cannot read property 'length' of null
When I do this:
jwerty.key('/', function()
{
console.log('test');
});