Skip to content
This repository has been archived by the owner on Nov 10, 2020. It is now read-only.

Commit

Permalink
Fixed syntax error in Vimeo [#809]
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher De Cairos committed Nov 1, 2011
2 parents b221795 + 8690f76 commit ff60bcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion players/vimeo/popcorn.vimeo.js
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@
flashvars = {
clip_id: src,
js_api: 1,
js_swf_id: vimeoContainer.id,
js_swf_id: vimeoContainer.id
};

// extend options from user to flashvars. NOTE: Videos owned by Plus Vimeo users may override these options
Expand Down

0 comments on commit ff60bcf

Please sign in to comment.