Skip to content

Commit 8a64ab6

Browse files
committed
Fix babel
1 parent 251f058 commit 8a64ab6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ const scriptLoader = (...scripts) => (WrappedComponent) => {
2929
class ScriptLoader extends Component {
3030
static propTypes = {
3131
onScriptLoaded: T.func
32-
}
32+
};
3333

3434
static defaultProps = {
3535
onScriptLoaded: () => {}
36-
}
36+
};
3737

3838
constructor (props, context) {
3939
super(props, context)

0 commit comments

Comments
 (0)