Skip to content

Commit

Permalink
Move cssreflections to feature-detects/css-reflections.js
Browse files Browse the repository at this point in the history
  • Loading branch information
seutje committed Sep 21, 2012
1 parent 7f36ef6 commit 956b241
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 4 additions & 0 deletions feature-detects/css-reflections.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@

Modernizr.addTest('cssreflections', function() {
return Modernizr.testAllProps('boxReflect');
});
5 changes: 0 additions & 5 deletions modernizr.js
Original file line number Diff line number Diff line change
Expand Up @@ -519,11 +519,6 @@ window.Modernizr = (function( window, document, undefined ) {
};


tests['cssreflections'] = function() {
return testPropsAll('boxReflect');
};


/*>>webforms*/
// input features and input types go directly onto the ret object, bypassing the tests loop.
// Hold this guy to execute in a moment.
Expand Down

0 comments on commit 956b241

Please sign in to comment.