Skip to content

Commit 3be049f

Browse files
committed
Readme cleanup
1 parent d20f540 commit 3be049f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Props:
5555
{
5656
// Called when dragging starts. If `false` is returned from this method,
5757
// dragging will cancel.
58-
// These callbacks are called with the arity
58+
// These callbacks are called with the arity:
5959
// (event: Event,
6060
// {
6161
// position: {left: number, top: number},
@@ -151,7 +151,6 @@ var App = React.createClass({
151151
axis="x"
152152
handle=".handle"
153153
start={{x: 0, y: 0}}
154-
moveOnStartChange={false}
155154
grid={[25, 25]}
156155
zIndex={100}
157156
onStart={this.handleStart}

0 commit comments

Comments
 (0)