Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 63b6828

Browse files
committedFeb 16, 2015
Remove trailing commas for IE8 support
1 parent 6fd8456 commit 63b6828

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎lib/components/ModalPortal.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ var CLASS_NAMES = {
99
overlay: {
1010
base: 'ReactModal__Overlay',
1111
afterOpen: 'ReactModal__Overlay--after-open',
12-
beforeClose: 'ReactModal__Overlay--before-close',
12+
beforeClose: 'ReactModal__Overlay--before-close'
1313
},
1414
content: {
1515
base: 'ReactModal__Content',
1616
afterOpen: 'ReactModal__Content--after-open',
17-
beforeClose: 'ReactModal__Content--before-close',
17+
beforeClose: 'ReactModal__Content--before-close'
1818
}
1919
};
2020

0 commit comments

Comments
 (0)
Please sign in to comment.