mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-22 17:47:53 +00:00
Normalise trailing whitespace and line endings everywhere
This commit is contained in:
@@ -5,7 +5,7 @@ export class CustomPager extends React.Component {
|
||||
pageChange(event) {
|
||||
this.props.setPage(parseInt(event.target.getAttribute("data-value")));
|
||||
}
|
||||
|
||||
|
||||
render() {
|
||||
var previous = null;
|
||||
var next = null;
|
||||
@@ -47,4 +47,4 @@ CustomPager.defaultProps = {
|
||||
nextText: '',
|
||||
previousText: '',
|
||||
currentPage: 0
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user