Try this (you do not need a call if you do not pass a specific this link that you did not specify at all in the code):
div.addEventListener( 'mouseover', function(event) { bubble_info( event, dataYouWant ); }, false }
For reference, .call () should look like this: bubble_info.call( this, event, etc )
source share