agungprasetyosakti / js-hotkeys

Automatically exported from code.google.com/p/js-hotkeys
0 stars 0 forks source link

Documentation typo #50

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
In the documentation,

$(document).bind('keydown', {combi:'a', disableinInput: true}, fn);

should read

$(document).bind('keydown', {combi:'a', disableInInput: true}, fn);

disableinInput <> disableInInput

W.

Original issue reported on code.google.com by johan.ro...@gmail.com on 23 Mar 2009 at 6:09

GoogleCodeExporter commented 8 years ago
thanks

Original comment by Afro.Sys...@gmail.com on 23 Mar 2009 at 6:14