maheshchari / js-hotkeys

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

error if data is null #98

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
add date picker 

What version of the product are you using? On what operating system?
hotkeys 0.7.9, jquery 1.5,jquery-ui-1.8.9

Please provide any additional information below.
i was add if (jQuery.isFunction(data) || !handle || data==null) in line 94 to 
solve this problem

Original issue reported on code.google.com by German.B...@gmail.com on 14 Feb 2011 at 8:42

GoogleCodeExporter commented 8 years ago
This worked perfect. Thanks!

Original comment by dcsh...@gmail.com on 28 Feb 2011 at 6:53