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

Unified Diff: third_party/jstemplate/jstemplate.js

Issue 604373006: Compile chrome://settings, part 9: yet another final battle (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@K_blockers_from_bookmarks
Patch Set: dbeam@'s review Created 6 years, 3 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: third_party/jstemplate/jstemplate.js
diff --git a/third_party/jstemplate/jstemplate.js b/third_party/jstemplate/jstemplate.js
index ac113d403f5f4b1b39ba88e4008b866589b7ca8d..b4c154fd37c6498313f81509f4190fed0e015d59 100644
--- a/third_party/jstemplate/jstemplate.js
+++ b/third_party/jstemplate/jstemplate.js
@@ -93,7 +93,7 @@ var STRING_zero = '0';
* template that, if processed again with the same data, will remain
* unchanged.
*
- * @param {boolean} opt_debugging Optional flag to collect debugging
+ * @param {boolean=} opt_debugging Optional flag to collect debugging
* information while processing the template. Only takes effect
* in MAPS_DEBUG.
*/

Powered by Google App Engine
This is Rietveld 408576698