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

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

Issue 405743002: Typecheck some of ui/webui/resources/js/ with Closure compiler. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: review feedback Created 6 years, 5 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/i18n_process.js
diff --git a/ui/webui/resources/js/i18n_process.js b/ui/webui/resources/js/i18n_process.js
index d33e90cc5af15421151f9cb9d28eaad524b56122..4097973b856ff0a4e00c20c60fce27dcbbf84510 100644
--- a/ui/webui/resources/js/i18n_process.js
+++ b/ui/webui/resources/js/i18n_process.js
@@ -3,4 +3,4 @@
// found in the LICENSE file.
// Invoke the template engine previously loaded from i18n_template.js
-i18nTemplate.process(document, templateData);
+i18nTemplate.process(document, window.templateData);

Powered by Google App Engine
This is Rietveld 408576698