perminder-klair / angular-soundmanager2

SoundManager2 Music Player for AngularJs
http://perminder-klair.github.io/angular-soundmanager2/
MIT License
168 stars 107 forks source link

Fix seekTrack on firefox #8

Closed abrkt closed 9 years ago

abrkt commented 9 years ago

Event objects on firefox does not have offsetX property so i added a function to calculate it if it's undefined.

This fixes issue #3

perminder-klair commented 9 years ago

thanks @abrkt !