Skip to content

Commit

Permalink
Add more meaningful commnets
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyakatz committed Dec 4, 2014
1 parent 215cb50 commit 959dd53
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion wrappers/jwplayer/popcorn.HTMLJWPlayerVideoElement.js
Original file line number Diff line number Diff line change
Expand Up @@ -237,13 +237,14 @@
destroyPlayer();
}

//ExecOnline: allow source to be a hash
var params = {
width: "100%",
height: "100%",
controls: impl.controls
};

// Source can either be a single file or multiple files that represent
// different quality
if(typeof aSrc == "string"){
params["file"] = aSrc;
} else {
Expand Down

0 comments on commit 959dd53

Please sign in to comment.