Open GoogleCodeExporter opened 8 years ago
Here is the diff file:
87c87
< return this.__unbind__(type, fn);
---
> else return this.__unbind__(type, fn);
153c153,155
< result = this.__bind__(handle.join(' '), data,
hotkeys.handler)
---
> var handles=handle.join(' ');
> this.__unbind__(handles, hotkeys.handler);
> result = this.__bind__(handles, data, hotkeys.handler);
245d246
<
Original comment by dpa...@gmail.com
on 22 Jun 2010 at 5:44
Attachments:
Original issue reported on code.google.com by
dpa...@gmail.com
on 22 Jun 2010 at 5:38Attachments: