Skip to content

Commit

Permalink
replaced nb-space with space
Browse files Browse the repository at this point in the history
  • Loading branch information
helgri committed Feb 1, 2012
1 parent d0c9020 commit 6dff860
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion feature-detects/forms-placeholder.js
Expand Up @@ -2,5 +2,5 @@
// re-using Modernizr.input if available

Modernizr.addTest('placeholder', function(){
return !!('placeholder' in (Modernizr.input || document.createElement('input')) && 'placeholder' in (Modernizr.textarea || document.createElement('textarea')) );
return !!('placeholder' in (Modernizr.input || document.createElement('input')) && 'placeholder' in (Modernizr.textarea || document.createElement('textarea')) );
});

0 comments on commit 6dff860

Please sign in to comment.