Skip to content

Commit

Permalink
whitespace cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
aFarkas committed Aug 26, 2012
1 parent 18deb41 commit ed81590
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion feature-detects/elem-track.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
// By Addy Osmani
Modernizr.addTest({
texttrackapi: (typeof (document.createElement('video').addTextTrack) === 'function'),
//a more strict test for track including UI support: document.createElement('track').kind === 'subtitles'
// a more strict test for track including UI support: document.createElement('track').kind === 'subtitles'
track: ('kind' in document.createElement('track'))
});

0 comments on commit ed81590

Please sign in to comment.