dugarab / jsplumb

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

1.3.16 Typo in unmakeSource causing ReferenceError: _el is not defined #327

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
There's a slight typo in unmakeSource which references `_el` if 
`mouseDownListener` is true. By renaming `_el` to plain old `el`, I was able to 
get unmakeSource to work again.

I was going to fork and fix myself, but then I realized that there is a build 
system putting the JS files together and I couldn't easily find where 
unmakeSource was declared from the github website.

Let me know if I need to provide more details, please.
Thanks!
Pat

Original issue reported on code.google.com by pckuj...@gmail.com on 18 Mar 2013 at 11:32

GoogleCodeExporter commented 8 years ago
Looks like this was fixed in 1.4.0-RC1.

Original comment by pckuj...@gmail.com on 18 Mar 2013 at 11:39

GoogleCodeExporter commented 8 years ago
yes this is fixed in 1.4.0

Original comment by simon.po...@gmail.com on 19 Mar 2013 at 7:02