keithamus/jwerty

Forward slash does not work

Open

#3 opened on Oct 16, 2011

View on GitHub
 (9 comments) (0 reactions) (0 assignees)JavaScript (117 forks)batch import
bugdifficulthelp wantedjwertyCode Parser

Repository metrics

Stars
 (1,214 stars)
PR merge metrics
 (No merged PRs in 30d)

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');
});

Contributor guide