Skip to content

Commit

Permalink
Fixes typo in background blend mode test.
Browse files Browse the repository at this point in the history
  • Loading branch information
DannyJoris committed Sep 10, 2014
1 parent 9d6ed72 commit 3a675ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion feature-detects/css/backgroundblendmode.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ Detects the ability for the browser to composite backgrounds using blending mode
similar to ones found in Photoshop or Illustrator
*/
define(['Modernizr', 'prefixed'], function( Modernizr, prefixed ) {
Modernizr.addTest('backgroundblendmode', prefixed('backgroundBlendModes', 'text'));
Modernizr.addTest('backgroundblendmode', prefixed('backgroundBlendMode', 'text'));
});

0 comments on commit 3a675ba

Please sign in to comment.