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

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

Issue 2603443002: Clang format JS: Disallow single line functions, conditionals, loops, and switch statements (Closed)
Patch Set: update c/b/r/ as well Created 4 years 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
« no previous file with comments | « ui/webui/resources/js/cr/ui/tree.js ('k') | ui/webui/resources/js/load_time_data.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/webui/resources/js/i18n_behavior.js
diff --git a/ui/webui/resources/js/i18n_behavior.js b/ui/webui/resources/js/i18n_behavior.js
index e8c55f5b98a7fdf0bd03c58150d7b20bbb0bd242..05c9cf6567893662be14784bc12903e22dd967e6 100644
--- a/ui/webui/resources/js/i18n_behavior.js
+++ b/ui/webui/resources/js/i18n_behavior.js
@@ -64,7 +64,9 @@ var I18nBehavior = {
* @param {string} id
* @return {boolean}
*/
- i18nExists: function(id) { return loadTimeData.valueExists(id); },
+ i18nExists: function(id) {
+ return loadTimeData.valueExists(id);
+ },
};
/**
« no previous file with comments | « ui/webui/resources/js/cr/ui/tree.js ('k') | ui/webui/resources/js/load_time_data.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698