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

Unified Diff: chrome/browser/resources/chromeos/chromevox/speech_rules/mathml_store.js

Issue 2943193002: Run clang-format on .js files in c/b/r/chromeos/chromevox (Closed)
Patch Set: Created 3 years, 6 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: chrome/browser/resources/chromeos/chromevox/speech_rules/mathml_store.js
diff --git a/chrome/browser/resources/chromeos/chromevox/speech_rules/mathml_store.js b/chrome/browser/resources/chromeos/chromevox/speech_rules/mathml_store.js
index 62fa35e975e7b0abe1d2f4c4f3741ef62956d435..fbe853ac9a8dd913a882218ba3cc7af78371a827 100644
--- a/chrome/browser/resources/chromeos/chromevox/speech_rules/mathml_store.js
+++ b/chrome/browser/resources/chromeos/chromevox/speech_rules/mathml_store.js
@@ -39,6 +39,6 @@ cvox.MathmlStore.prototype.defineMathmlRule = function(name, domain, rule) {
* @param {string} name Rule name which corresponds to the MathML tag name.
* @param {string} rule String version of the speech rule.
*/
-cvox.MathmlStore.prototype.defineDefaultMathmlRule = function(name, rule) {
+cvox.MathmlStore.prototype.defineDefaultMathmlRule = function(name, rule) {
this.defineRule(name, 'default.default', rule, 'self::mathml:' + name);
};

Powered by Google App Engine
This is Rietveld 408576698