Skip to content

Commit

Permalink
remove old comment
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickkettner committed Nov 27, 2014
1 parent ac29cb6 commit 074fe26
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion feature-detects/css/supports.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,5 @@
}
!*/
define(['Modernizr'], function( Modernizr ) {
// Relies on the fact that a browser vendor should expose the CSSSupportsRule interface
Modernizr.addTest('supports', 'CSS' in window && 'supports' in window.CSS);
});

0 comments on commit 074fe26

Please sign in to comment.