Skip to content

Commit

Permalink
Standardized @param {object} options
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Jan 6, 2018
1 parent de4c3b7 commit 310e4ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/friction/view/magnifier/MagnifierTarget.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ define( function( require ) {
* @param {number} round
* @param {Vector2)} leftAnchor - point on the magnifier to draw the left dashed line to
* @param {Vector2)} rightAnchor - point on the magnifier to draw the right dashed line to
* @param {object} options
* @param {Object} [options]
* @constructor
*/
function MagnifierTarget( x, y, width, height, round, leftAnchor, rightAnchor, options ) {
Expand Down

0 comments on commit 310e4ae

Please sign in to comment.