Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: lib/utils.js

Issue 29709602: Issue 6417 - Remove Utils.getString and the last (faulty) use of it (Closed)
Patch Set: Created Feb. 26, 2018, 3:02 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « lib/filterValidation.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/utils.js
diff --git a/lib/utils.js b/lib/utils.js
index ba77b7cb6dc63f31804b9c2cf020ec55e92af71c..7e81f682365cf2b425d191e444d26a77ed67ddd1 100644
--- a/lib/utils.js
+++ b/lib/utils.js
@@ -19,10 +19,6 @@
let Utils = exports.Utils = {
systemPrincipal: null,
- getString(id)
- {
- return browser.i18n.getMessage("global_" + id);
- },
runAsync(callback)
{
if (document.readyState == "loading")
« no previous file with comments | « lib/filterValidation.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld