From e40c0c5ba144477aea273c21d1fd9709cf5af111 Mon Sep 17 00:00:00 2001 From: Nick Schonning Date: Tue, 21 Jan 2014 17:37:56 -0500 Subject: [PATCH] JSCS: Fix JSDoc parameters --- jquery.flot.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jquery.flot.js b/jquery.flot.js index c730275..86b7165 100644 --- a/jquery.flot.js +++ b/jquery.flot.js @@ -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) {