Browse Source

Correct spelling error in README.md

pull/528/head
Adam Voliva 9 years ago
parent
commit
acda5dace5
  1. 2
      README.md

2
README.md

@ -119,7 +119,7 @@ var sortable = new Sortable(el, {
evt.draggedRect; // TextRectangle {left, top, right и bottom}
evt.related; // HTMLElement on which have guided
evt.relatedRect; // TextRectangle
// retrun false; — for cancel
// return false; — for cancel
}
});
```

Loading…
Cancel
Save