Skip to content

Commit be146a4

Browse files
committed
simplify
1 parent f700c0f commit be146a4

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

dist/simple-include.html

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,14 +53,9 @@
5353
return layout;
5454
},
5555

56-
onLayoutChange: function(layout) {
57-
//this.props.onLayoutChange(layout);
58-
},
59-
6056
render: function() {
6157
return (
62-
<ReactGridLayout layout={this.state.layout} onLayoutChange={this.onLayoutChange}
63-
{...this.props}>
58+
<ReactGridLayout layout={this.state.layout} {...this.props}>
6459
{this.generateDOM()}
6560
</ReactGridLayout>
6661
);

0 commit comments

Comments
 (0)