Skip to content

Commit

Permalink
Remove unnecesary
Browse files Browse the repository at this point in the history
  • Loading branch information
soyjavi committed Jul 21, 2015
1 parent 3a2f880 commit 9ba11dc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions components/dropdown/index.cjsx
Expand Up @@ -23,9 +23,7 @@ module.exports = React.createClass
getDefaultProps: ->
className : ""
dataSource : []
disabled : false
type : "normal"
value : undefined

getInitialState: ->
active : false
Expand Down
1 change: 0 additions & 1 deletion components/dropdown/style.styl
Expand Up @@ -97,4 +97,3 @@
border-right : BORDER
border-top : SIZE solid FORM_BORDER_COLOR
transition transform ANIMATION_DURATION ANIMATION_EASE

0 comments on commit 9ba11dc

Please sign in to comment.