Index: ui/webui/resources/js/cr.js |
diff --git a/ui/webui/resources/js/cr.js b/ui/webui/resources/js/cr.js |
index cdaed720b2b921447045bf28e220a3f1e80deecf..888cc54d52a177d0bce967250ff848d8479b5ff0 100644 |
--- a/ui/webui/resources/js/cr.js |
+++ b/ui/webui/resources/js/cr.js |
@@ -129,8 +129,8 @@ var cr = (function() { |
* for. |
* @param {PropertyKind} kind The kind of property we are getting the |
* setter for. |
- * @param {function():void=} opt_setHook A function to run after the property |
- * is set, but before the propertyChange event is fired. |
+ * @param {function(*, *):void=} opt_setHook A function to run after the |
Dan Beam
2014/08/06 16:06:59
this is fixed here: https://chromiumcodereview.app
Vitaly Pavlenko
2014/08/07 18:18:13
This file is removed in my Patch Set #6.
|
+ * property is set, but before the propertyChange event is fired. |
* @return {function(*):void} The function to use as a setter. |
*/ |
function getSetter(name, kind, opt_setHook) { |