keithamus/jwerty

Typo on the website

Open

#44 opened on Jul 28, 2013

View on GitHub
 (0 comments) (0 reactions) (0 assignees)JavaScript (1,214 stars) (117 forks)batch import
easyhelp wanted

Description

I believe

Use jwerty.event as a decorator, to bind events your own way:

$('#myinput').bind('keydown', .event

should be

Use jwerty.event as a decorator, to bind events your own way:

$('#myinput').bind('keydown', jwerty.event

Contributor guide