Florian Goussin

Results 3 comments of Florian Goussin

+1 I have the same problem. This example works: `eventName = 'click' pt.bind(eventName, function(endPoint) { console.log(eventName + ' has been triggered') });` But not this one: `eventName = 'mousedown' pt.bind(eventName,...

I strongly agree.

+1 I have the same problem. This example works: `eventName = 'click' pt.bind(eventName, function(endPoint) { console.log(eventName + ' has been triggered') });` But not this one: `eventName = 'mousedown' pt.bind(eventName,...