Skip to content

Commit

Permalink
docs update
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrian Hangan committed Nov 7, 2017
1 parent b1eb7a2 commit e563c6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ There are 2 properties used to track active and last requests:
used to manage all active requests.
* `lastAjaxRequest` - last request fired.

To abort any of the active requests you can use `abortRequest(key)`, if `key` is not defined then `lastAjaxRequest` will be aborted.
To abort any of the active requests you can use `abortRequestByKey(key)`.
You can also use `this.lastAjaxRequest.abort()` to abort last request.

## Install
Expand Down

0 comments on commit e563c6c

Please sign in to comment.