Skip to content

Commit

Permalink
Update text-track-list.js
Browse files Browse the repository at this point in the history
edit code style
  • Loading branch information
zjruan committed Nov 10, 2015
1 parent ffd7fee commit ed2363b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/tracks/text-track-list.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ let TextTrackList = function(tracks) {
list = document.createElement('custom');

for (let prop in TextTrackList.prototype) {
if(prop!=='constructor'){
if (prop !== 'constructor') {
list[prop] = TextTrackList.prototype[prop];
}
}
Expand Down

0 comments on commit ed2363b

Please sign in to comment.