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

貢獻者指南