vkaravir / JSAV

JavaScript Algorithm Visualization library
MIT License
112 stars 40 forks source link

Fixed pointer animation issue #181. #182

Closed X455u closed 9 years ago

X455u commented 9 years ago

This pull request fixes the pointer animation issue (#181) by not triggering "jsav-updaterelative" when a step is undone in an exercise.

The pull request also contains the following changes for JSAV graphicals Line and PolyLine:

Passes tests and examples seem to work. Hope nothing brakes :)

vkaravir commented 9 years ago

Thanks again!