Skip to content

Commit

Permalink
Remove trailing commas for IE8 support
Browse files Browse the repository at this point in the history
  • Loading branch information
amccloud committed Feb 16, 2015
1 parent 6fd8456 commit 63b6828
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/components/ModalPortal.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ var CLASS_NAMES = {
overlay: {
base: 'ReactModal__Overlay',
afterOpen: 'ReactModal__Overlay--after-open',
beforeClose: 'ReactModal__Overlay--before-close',
beforeClose: 'ReactModal__Overlay--before-close'
},
content: {
base: 'ReactModal__Content',
afterOpen: 'ReactModal__Content--after-open',
beforeClose: 'ReactModal__Content--before-close',
beforeClose: 'ReactModal__Content--before-close'
}
};

Expand Down

0 comments on commit 63b6828

Please sign in to comment.