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 aa3eabc commit 5b87f47
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/collision/Resolver.js
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ var Resolver = {};
* Description
* @method solveVelocity
* @param {pair[]} pairs
* @param {timescale} timeScale
*/
Resolver.solveVelocity = function(pairs, timeScale) {
var impulse = {},
Expand Down Expand Up @@ -269,4 +270,4 @@ var Resolver = {};
}
};

})();
})();

0 comments on commit 5b87f47

Please sign in to comment.