mirror of
https://github.com/liabru/matter-js.git
synced 2025-03-14 00:38:41 -04:00
Merge 8b3cbd17b2
into 4e6a8d90ff
This commit is contained in:
commit
4898e14410
1 changed files with 2 additions and 1 deletions
|
@ -76,6 +76,7 @@ var Common = require('./Common');
|
|||
/**
|
||||
* Continuously ticks a `Matter.Engine` by calling `Runner.tick` on the `requestAnimationFrame` event.
|
||||
* @method run
|
||||
* @param {runner} [runner]
|
||||
* @param {engine} engine
|
||||
*/
|
||||
Runner.run = function(runner, engine) {
|
||||
|
@ -170,7 +171,7 @@ var Common = require('./Common');
|
|||
/**
|
||||
* Alias for `Runner.run`.
|
||||
* @method start
|
||||
* @param {runner} runner
|
||||
* @param {runner} [runner]
|
||||
* @param {engine} engine
|
||||
*/
|
||||
Runner.start = function(runner, engine) {
|
||||
|
|
Loading…
Add table
Reference in a new issue