Skip to content

Commit

Permalink
Merge pull request #38 from camspiers/range-attributes
Browse files Browse the repository at this point in the history
Add attributes used in input[type=range]
  • Loading branch information
zpao committed Jun 3, 2013
2 parents dd92335 + 415192c commit 99c577e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/domUtils/DOMProperty.js
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,9 @@ var Properties = {
height: null,
href: null,
htmlFor: null,
max: null,
method: null,
min: null,
multiple: MustUseProperty | HasBooleanValue,
name: null,
poster: null,
Expand All @@ -149,6 +151,7 @@ var Properties = {
selected: MustUseProperty | HasBooleanValue,
spellCheck: null,
src: null,
step: null,
style: null,
tabIndex: null,
target: null,
Expand Down

0 comments on commit 99c577e

Please sign in to comment.