mirror of
https://github.com/liabru/matter-js.git
synced 2025-03-14 00:38:41 -04:00
Merge 5abe6ed71d
into acb99b6f87
This commit is contained in:
commit
79d972d072
1 changed files with 2 additions and 2 deletions
|
@ -542,7 +542,7 @@ module.exports = Common;
|
|||
};
|
||||
|
||||
/**
|
||||
* Chains a function to excute before the original function on the given `path` relative to `base`.
|
||||
* Chains a function to execute before the original function on the given `path` relative to `base`.
|
||||
* See also docs for `Common.chain`.
|
||||
* @method chainPathBefore
|
||||
* @param {} base The base object
|
||||
|
@ -558,7 +558,7 @@ module.exports = Common;
|
|||
};
|
||||
|
||||
/**
|
||||
* Chains a function to excute after the original function on the given `path` relative to `base`.
|
||||
* Chains a function to execute after the original function on the given `path` relative to `base`.
|
||||
* See also docs for `Common.chain`.
|
||||
* @method chainPathAfter
|
||||
* @param {} base The base object
|
||||
|
|
Loading…
Add table
Reference in a new issue