File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ = 1.0.1
2+ * Fixed issue with accidental link following
3+
14= 1.0.0 =
25 * Initial Release
Original file line number Diff line number Diff line change 11{
22 "name" : " bubblechart" ,
33 "description" : " BubbleChart is a JavaScript module for the comparative visualization of two dimensional data in a bubble chart." ,
4- "version" : " 1.0.0 " ,
4+ "version" : " 1.0.1 " ,
55 "license" : " Apache 2.0" ,
66 "homepage" : " https://github.com/jondavidjohn/bubblechart" ,
77 "bugs" : " https://github.com/jondavidjohn/bubblechart/issues" ,
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ class BubbleChart.Pointer
2626 self .current = null
2727
2828 @ e_release = (e ) ->
29- if self .bubble ?
29+ if self .grabbingBubble ()
3030 e .preventDefault ()
3131 self .bubble .grabbed = false
3232 self .diff = null
You can’t perform that action at this time.
0 commit comments