Skip to content

Commit

Permalink
Use single quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
gkatsev committed May 1, 2015
1 parent 0b87ef8 commit 61ba467
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/unit/player.js
Original file line number Diff line number Diff line change
Expand Up @@ -742,10 +742,10 @@ test('should have a sensible toJSON that is equivalent to player.options', funct

const playerOptions2 = {
tracks: [{
label: "English",
srclang: "en",
src: "../docs/examples/shared/example-captions.vtt",
kind: "captions"
label: 'English',
srclang: 'en',
src: '../docs/examples/shared/example-captions.vtt',
kind: 'captions'
}]
};

Expand Down

0 comments on commit 61ba467

Please sign in to comment.