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 d17eb6c commit aa3eabc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/core/Mouse.js
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ var Mouse = {};
* Sets the offset
* @method setOffset
* @param {mouse} mouse
* @param {offset} offset
*/
Mouse.setOffset = function(mouse, offset) {
mouse.offset.x = offset.x;
Expand All @@ -149,6 +150,7 @@ var Mouse = {};
* Sets the scale
* @method setScale
* @param {mouse} mouse
* @param {scale} scale
*/
Mouse.setScale = function(mouse, scale) {
mouse.scale.x = scale.x;
Expand Down

0 comments on commit aa3eabc

Please sign in to comment.