Skip to content

Commit

Permalink
Fix dependency name ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
jnordberg committed Nov 3, 2015
1 parent eac743c commit c1d23cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion feature-detects/css/filters.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
}]
}
!*/
define(['Modernizr', 'createElement', 'prefixes', 'testAllProps', 'test/css/supports'], function(Modernizr, createElement, testAllProps, prefixes) {
define(['Modernizr', 'createElement', 'prefixes', 'testAllProps', 'test/css/supports'], function(Modernizr, createElement, prefixes, testAllProps) {
Modernizr.addTest('cssfilters', function() {
if (Modernizr.supports) {
return testAllProps('filter', 'blur(2px)');
Expand Down

0 comments on commit c1d23cd

Please sign in to comment.