Skip to content

Commit

Permalink
Merge pull request facebook#10 from voideanvalue/patch-1
Browse files Browse the repository at this point in the history
isDispatching returns boolean
  • Loading branch information
vjeux committed Jul 29, 2014
2 parents 028ceec + 098b55f commit cbe92fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Dispatcher.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Waits for the callbacks specified to be invoked before continuing execution of t

- **dispatch(object payload): void** Dispatches a payload to all registered callbacks.

- **isDispatching(): void** Is this Dispatcher currently dispatching.
- **isDispatching(): boolean** Is this Dispatcher currently dispatching.

## Example

Expand Down

0 comments on commit cbe92fa

Please sign in to comment.