Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
forgot the "this"
  • Loading branch information
J Wilson committed Jan 14, 2015
1 parent f067fa9 commit e4a7032
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -22,7 +22,7 @@ Currently, you can customize the SoundCite progress bar by editing the CSS set d

// change the css to customize your player

el.style.cssText =
this.el.style.cssText =
'background: -webkit-linear-gradient(left, rgba(0,0,0,.15)' + percentage + '%, rgba(0,0,0,.05)' + (percentage + 1) + '%);'
+ 'background: linear-gradient(to right, rgba(0,0,0,.15)' + percentage + '%, rgba(0,0,0,.05)' + (percentage + 1) + '%);';

Expand Down

0 comments on commit e4a7032

Please sign in to comment.