Skip to content

Commit

Permalink
Update Docs/Request/Request.Queue.md
Browse files Browse the repository at this point in the history
Typo on getRunning method
  • Loading branch information
NemoAlex committed Jul 28, 2012
1 parent 5740c63 commit 940eadc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Docs/Request/Request.Queue.md
Expand Up @@ -164,7 +164,7 @@ Removes an instance of [Request][] or one of its subclasses from the queue manag
//OR //OR
myRequestQueue.removeRequest('fooRequest'); myRequestQueue.removeRequest('fooRequest');


Request.Queue Method: getRunnning {#Request-Queue:getRunning} Request.Queue Method: getRunning {#Request-Queue:getRunning}
------------------------------------------------------ ------------------------------------------------------


Returns any instances of [Request][] that are currently running (but not necessarily any instances that are queued to run). Returns any instances of [Request][] that are currently running (but not necessarily any instances that are queued to run).
Expand Down

0 comments on commit 940eadc

Please sign in to comment.