Skip to content

Commit

Permalink
whoops
Browse files Browse the repository at this point in the history
  • Loading branch information
danbeam committed May 17, 2013
1 parent ca88157 commit ab0cf75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion feature-detects/forms/requestautocomplete.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ checkout flows (payments specific for now).
*/
define(['Modernizr', 'createElement'], function(Modernizr, createElement) {
Modernizr.addTest('requestautocomplete', !!Modernizr.prefixed('requestAutocomplete', createElement('form')));
}
});

0 comments on commit ab0cf75

Please sign in to comment.