google-code-export / jsplumb

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

ensure endpoints are cleared from anchor lists on deleteEndpoint call #342

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
removeAllEndpoints does not support selectors as argument. this is inconsistent 
with the rest of the API.

see here:

http://jsfiddle.net/NT2zu/

Original issue reported on code.google.com by simon.po...@gmail.com on 21 Apr 2013 at 11:45

GoogleCodeExporter commented 9 years ago
turns out the bug was actually that endpoints were not being cleared from 
anchor lists on removal. now fixed, and will be in 1.4.0

Original comment by simon.po...@gmail.com on 23 Apr 2013 at 3:15