Skip to content

Commit

Permalink
style updates
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickkettner committed Apr 29, 2015
1 parent f738a9d commit 216071c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions feature-detects/network/fetch.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
/* DOC
Detects support for the fetch API, a modern replacement for XMLHttpRequest.
*/
define(['Modernizr'], function( Modernizr ) {
define(['Modernizr'], function(Modernizr) {
Modernizr.addTest('fetch', 'fetch' in window);
});
});

0 comments on commit 216071c

Please sign in to comment.