Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(400)

Unified Diff: ui/webui/resources/js/cr/ui.js

Issue 443553002: Typecheck chrome://help using CompilerPass.java, everything except dependency to options (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@true_master
Patch Set: rebase to master, compile everything but dependency to options Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ui/webui/resources/js/cr/ui.js
diff --git a/ui/webui/resources/js/cr/ui.js b/ui/webui/resources/js/cr/ui.js
index 0b1aa368b00ac692619c4ab75fa1065161f0dc5b..463fb0419345f4c0cf15752949f2da92dfd1c42c 100644
--- a/ui/webui/resources/js/cr/ui.js
+++ b/ui/webui/resources/js/cr/ui.js
@@ -104,7 +104,8 @@ cr.define('cr.ui', function() {
* (and not very efficient) way of handling shrinking to content with support
* for min width and limited by the width of the parent element.
* @param {HTMLElement} el The element to limit the width for.
- * @param {number} parentEl The parent element that should limit the size.
+ * @param {HTMLElement} parentEl The parent element that should limit the
+ * size.
* @param {number} min The minimum width.
* @param {number} opt_scale Optional scale factor to apply to the width.
*/

Powered by Google App Engine
This is Rietveld 408576698