Skip to content

Commit

Permalink
Update JSDoc
Browse files Browse the repository at this point in the history
This might need fixing later, I don't know if I did it right.
  • Loading branch information
PlNG committed Jan 20, 2015
1 parent 611a429 commit 18e0642
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constraint/MouseConstraint.js
Expand Up @@ -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,
Expand Down

0 comments on commit 18e0642

Please sign in to comment.