Commit e40c0c5b authored by Nick Schonning's avatar Nick Schonning

JSCS: Fix JSDoc parameters

parent 53c49b67
......@@ -87,7 +87,7 @@ Licensed under the MIT license.
* Resizes the canvas to the given dimensions.
*
* @param {number} width New width of the canvas, in pixels.
* @param {number} width New height of the canvas, in pixels.
* @param {number} height New height of the canvas, in pixels.
*/
Canvas.prototype.resize = function(width, height) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment