Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
gaearon committed May 12, 2015
1 parent 987253b commit 0728267
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/DragSource.md
Expand Up @@ -346,7 +346,7 @@ type DragSourceSpec = {
};

// Depends on the backend you're using
type DragSourceConnector = {
type HTML5BackendDragSourceConnector = {
dragSource: () => Function,
dragPreview: () => Function
};
Expand All @@ -359,7 +359,7 @@ DragSource: (
type: DragSourceType,
spec: DragSourceSpec,
collect: (
connect: DragSourceConnector,
connect: HTML5BackendDragSourceConnector,
monitor: DragSourceMonitor
) => Object,
options: ?DragSourceOptions
Expand Down

0 comments on commit 0728267

Please sign in to comment.