Skip to content

Commit

Permalink
style yo
Browse files Browse the repository at this point in the history
  • Loading branch information
SlexAxton committed May 4, 2013
1 parent b49c47e commit 9afae81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion feature-detects/css/supports.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@
define(['Modernizr'], function( Modernizr ) {
// Relies on the fact that a browser vendor should expose the CSSSupportsRule interface

Modernizr.addTest('supports','CSSSupportsRule' in window);
Modernizr.addTest('supports', 'CSSSupportsRule' in window);
});

0 comments on commit 9afae81

Please sign in to comment.