Skip to content

Commit

Permalink
RatioNode doc fixes, #83
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelzoom committed Jun 15, 2019
1 parent 9d15a5d commit 3185395
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/common/view/RatioNode.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ define( function( require ) {

/**
* When this node becomes visible, update it.
* @param visible
* @param {boolean} visible
* @public
* @override
*/
Expand Down Expand Up @@ -308,7 +308,7 @@ define( function( require ) {
* Paints one species of molecule. Using drawImage is faster than arc.
* @param {CanvasRenderingContext2D} context
* @param {number} numberOfMolecules
* @param {Image} image
* @param {HTMLCanvasElement} image
* @param {number[]} xCoords
* @param {number[]} yCoords
* @private
Expand Down

0 comments on commit 3185395

Please sign in to comment.