Skip to content
Prev Previous commit
Next Next commit
Remove optionals.
  • Loading branch information
cridenour committed Apr 17, 2016
commit 495c7942c8b1fb37beb42b79ee4bcb3956b8c3b9
1 change: 0 additions & 1 deletion src/DefaultRenderer.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ export default class DefaultRenderer extends Component {
style={[animationStyle, style]}
panHandlers={panHandlers}
renderScene={this._renderScene}
{...optionals}
/>
);
}
Expand Down