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