Skip to content

Commit

Permalink
[fixed] Remove arrow function from ES5 source
Browse files Browse the repository at this point in the history
  • Loading branch information
claydiffrient committed Dec 6, 2016
1 parent de42f31 commit 62d87e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/components/Modal.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ var Modal = React.createClass({
ariaHideApp: true,
closeTimeoutMS: 0,
shouldCloseOnOverlayClick: true,
parentSelector: () => document.body
parentSelector: function () { return document.body; }
};
},

Expand Down

0 comments on commit 62d87e1

Please sign in to comment.