keithamus/jwerty

Forward slash does not work

Open

#3 opened on Oct 16, 2011

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

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