Index: chrome/browser/resources/help/help_page.js |
diff --git a/chrome/browser/resources/help/help_page.js b/chrome/browser/resources/help/help_page.js |
index 10a1807a93a813abd2386e450a635a8c2ad52c0b..9bbd12838c4c2625e800e1581e8bf42411232b2d 100644 |
--- a/chrome/browser/resources/help/help_page.js |
+++ b/chrome/browser/resources/help/help_page.js |
@@ -162,7 +162,7 @@ cr.define('help', function() { |
/** |
* Assigns |method| to the onclick property of |el| if |el| exists. |
* @param {HTMLElement} el The element on which to set the click handler. |
- * @param {function} method The click handler. |
+ * @param {function()} method The click handler. |
Dan Beam
2014/08/13 22:20:07
nit: Function instead
Vitaly Pavlenko
2014/08/14 00:01:02
Done.
|
* @private |
*/ |
maybeSetOnClick_: function(el, method) { |