Skip to content

Commit

Permalink
Drop the parens.
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiasbynens committed Jul 6, 2011
1 parent 2fe87ce commit eabd61c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modernizr.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ window.Modernizr = (function( window, document, undefined ) {

smile = ':)',

toString = ({}).toString,
toString = {}.toString,

// List of property values to set for css tests. See ticket #21
prefixes = ' -webkit- -moz- -o- -ms- -khtml- '.split(' '),
Expand Down

0 comments on commit eabd61c

Please sign in to comment.