Hareeshchandera / jsplumb

Automatically exported from code.google.com/p/jsplumb
0 stars 0 forks source link

rename 'clearListeners' to 'unbind', document it, add qunit tests #252

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
the 'clearListeners' function of EventGenerator, the base class for most 
components in jsPlumb, is neither documented nor tested.  Plus, it should be 
renamed to "unbind", to bring it in line with the fact that 'addListener' was 
renamed to 'bind' a few releases ago.

Original issue reported on code.google.com by simon.po...@gmail.com on 7 Jun 2012 at 10:31

GoogleCodeExporter commented 8 years ago
done in 1.3.10 dev

Original comment by simon.po...@gmail.com on 21 Jun 2012 at 6:38