mirror of
https://github.com/liabru/matter-js.git
synced 2025-01-13 16:18:50 -05:00
Update JSDoc
This might need fixing later, I don't know if I did it right.
This commit is contained in:
parent
611a429746
commit
18e0642d24
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ var MouseConstraint = {};
|
|||
* Triggers mouse constraint events
|
||||
* @method _triggerEvents
|
||||
* @private
|
||||
* @param {mouse} mouse
|
||||
* @param {mouse} mouseConstraint
|
||||
*/
|
||||
var _triggerEvents = function(mouseConstraint) {
|
||||
var mouse = mouseConstraint.mouse,
|
||||
|
|
Loading…
Reference in a new issue