Astrophizz

Members
  • Content count

    1
  • Joined

  • Last visited

About Astrophizz

  • Rank
    Forum Newbie
  1. With jQuery 1.9 and above, event.handle.call is no longer available, but can be replaced with event.dispatch.call. This is used in the hijack object property function definition. An example where it breaks functionality is the ZoomLine chart (prevents zooming) and I think it breaks all drag-based interaction. I've replaced it with dispatch.call locally and that works.