Skip to content

Commit

Permalink
Update text-track-cue-list.js
Browse files Browse the repository at this point in the history
  • Loading branch information
zjruan committed Sep 7, 2015
1 parent ea27f2e commit 59eb698
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/tracks/text-track-cue-list.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ let TextTrackCueList = function(cues) {
list = document.createElement('custom');

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

0 comments on commit 59eb698

Please sign in to comment.