Skip to content

Commit

Permalink
Merge branch 'master' into gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
mpowaga committed Feb 28, 2018
2 parents 46369fa + d8d7b56 commit b7b807a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@

<title>React Slider Example</title>

<script src="node_modules/react/dist/react.js"></script>
<script src="node_modules/react-dom/dist/react-dom.js"></script>
<script src="node_modules/react/umd/react.production.min.js"></script>
<script src="node_modules/react-dom/umd/react-dom.production.min.js"></script>
<script src="node_modules/create-react-class/create-react-class.js"></script>
<script src="node_modules/prop-types/prop-types.js"></script>
<script src="react-slider.js"></script>
Expand Down Expand Up @@ -117,7 +117,7 @@

render: function () {
return ReactSlider(
React.__spread({
Object.assign({}, this.props, {
className: this.props.orientation + '-slider',
pearling: true,
minDistance: 10,
Expand Down

0 comments on commit b7b807a

Please sign in to comment.