Skip to content

Commit

Permalink
remove camelcase for new properties. get low.. get low get low get low.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulirish committed Nov 4, 2009
1 parent ae7a275 commit a7f83db
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions modernizr.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,11 +115,11 @@ window.Modernizr = (function(){
background = 'background',
backgroundColor = background + 'Color',
canPlayType = 'canPlayType',
localStorage = 'localStorage',
webWorkers = 'webWorkers',
localStorage = 'localstorage',
webWorkers = 'webworkers',
offline = 'offline',
inputPlaceholders = 'inputPlaceholders',
inputAutofocus = 'inputAutofocus',
inputPlaceholders = 'inputplaceholders',
inputAutofocus = 'inputautofocus',

tests = {},
inputs = {},
Expand Down

0 comments on commit a7f83db

Please sign in to comment.