Skip to content

Commit

Permalink
Moving borderimage test into feature-detects/css-borderimage.js
Browse files Browse the repository at this point in the history
  • Loading branch information
rupl committed Sep 23, 2012
1 parent 16fb6c5 commit 188dbb6
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-borderimage.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@

// border-image

Modernizr.addTest('borderimage', Modernizr.testAllProps('borderImage'));
5 changes: 0 additions & 5 deletions modernizr.js
Original file line number Diff line number Diff line change
Expand Up @@ -400,11 +400,6 @@ window.Modernizr = (function( window, document, undefined ) {
* -----
*/

tests['borderimage'] = function() {
return testPropsAll('borderImage');
};


// Super comprehensive table about all the unique implementations of
// border-radius: muddledramblings.com/table-of-css3-border-radius-compliance

Expand Down

0 comments on commit 188dbb6

Please sign in to comment.