Skip to content

Commit

Permalink
rename Modernizr.file to Modernizr.filereader
Browse files Browse the repository at this point in the history
  • Loading branch information
paulirish committed Dec 16, 2011
1 parent a580a21 commit 6a9b39d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion feature-detects/file-api.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
* Will fail in Safari 5 due to its lack of support for the standards
* defined FileReader object
*/
Modernizr.addTest('file', function () {
Modernizr.addTest('filereader', function () {
return !!(window.File && window.FileList && window.FileReader);
});

0 comments on commit 6a9b39d

Please sign in to comment.