philogb / jit

The JavaScript InfoVis Toolkit provides tools for creating Interactive Data Visualizations for the Web
http://thejit.org
Other
1.51k stars 297 forks source link

Fix nodeFx bug #138

Closed KurtPreston closed 11 years ago

KurtPreston commented 11 years ago

When calling nodeFx() on an RGraph, I was getting the error TypeError: Cannot call method 'stopTimer' of undefined. It looks like the nodeFxAnimation is normally initialized on hover, but otherwise didn't exist.

This fixes the issue, allowing nodeFx to be invoked directly.