mirror of
https://github.com/liabru/matter-js.git
synced 2024-11-27 09:50:52 -05:00
parent
401553d7e8
commit
2ecc563c3f
1 changed files with 1 additions and 1 deletions
|
@ -159,7 +159,7 @@ var Common = require('./Common');
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Ends execution of `Runner.run` on the given `runner`, by canceling the animation frame request event loop.
|
* Ends execution of `Runner.run` on the given `runner`, by canceling the animation frame request event loop.
|
||||||
* If you wish to only temporarily pause the engine, see `engine.enabled` instead.
|
* If you wish to only temporarily pause the runner, see `runner.enabled` instead.
|
||||||
* @method stop
|
* @method stop
|
||||||
* @param {runner} runner
|
* @param {runner} runner
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue