brinley / jSignature

jQuery plugin for adding web signature functionality
http://www.unbolt.net/jSignature
693 stars 530 forks source link

Fix TypeError: Cannot read property '0' of undefined #54

Closed mgedmin closed 10 years ago

mgedmin commented 10 years ago

The problem was a callback registered with PubSubClass that wanted to change the callback list, while PubSubClass was busy iterating over it.

Fixes #51