keithamus/jwerty

Typo on the website

Open

#44 opened on Jul 28, 2013

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

Repository metrics

Stars
 (1,214 stars)
PR merge metrics
 (No merged PRs in 30d)

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