DaHaiz / ngFlowchart

ngFlowchart enables drag&drop modelling of graphs in web applications
http://one-logic.github.io/ngFlowchart/dist/
MIT License
103 stars 64 forks source link

event.clientX and event.clientY moved to originalEvent in JQuery 1.9 #41

Open upmauro opened 8 years ago

upmauro commented 8 years ago

For work with JQuery >= 1.9 is necessary change event.clientX and event.clientY to event.originalEvent.clientX and event.originalEvent.clientY

(https://jquery.com/upgrade-guide/1.9/#removed-properties-of-the-event-object)

I will try send PR later.

Thanks for your project.

upmauro commented 8 years ago

https://github.com/ONE-LOGIC/ngFlowchart/pull/42