Skip to content

Commit b78fcd3

Browse files
committed
clean some stuff up
1 parent 3bf6562 commit b78fcd3

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

index.js

+5-6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
'use strict';
2-
31
import React, { Component, PropTypes } from 'react';
42

53
import {
@@ -125,6 +123,7 @@ class Modal extends Component {
125123
Modal.propTypes = {
126124
open: PropTypes.bool,
127125
offset: PropTypes.number,
126+
overlayBackground: PropTypes.object,
128127
animationDuration: PropTypes.number,
129128
animationTension: PropTypes.number,
130129
modalDidOpen: PropTypes.func,
@@ -163,10 +162,10 @@ const styles = StyleSheet.create({
163162
backgroundColor: '#F5F5F5'
164163
},
165164
hidden: {
166-
top: -10000,
167-
left: 0,
168-
height: 0,
169-
width: 0
165+
top: -10000,
166+
left: 0,
167+
height: 0,
168+
width: 0
170169
}
171170
});
172171

0 commit comments

Comments
 (0)