Skip to content

Commit

Permalink
Source formatting
Browse files Browse the repository at this point in the history
The attributes should be ordered alphabetically

Fixes #57
  • Loading branch information
ipeychev committed Feb 17, 2016
1 parent eace37d commit da5af3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/react/src/components/buttons/button-image.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
<span className="ae-icon-image"></span>
</button>

<input onChange={this._onInputChange} ref="fileInput" style={inputSyle} type="file" accept="image/*"/>
<input accept="image/*" onChange={this._onInputChange} ref="fileInput" style={inputSyle} type="file"/>
</div>
);
},
Expand Down

0 comments on commit da5af3a

Please sign in to comment.