keithamus/jwerty

Forward slash does not work

Open

#3 创建于 2011年10月16日

在 GitHub 查看
 (9 评论) (0 反应) (0 负责人)JavaScript (1,214 star) (117 fork)batch import
bugdifficulthelp wantedjwertyCode Parser

描述

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

贡献者指南