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

Unified Diff: chrome/browser/resources/chromeos/chromevox/chromevox/injected/externs.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/chromevox/injected/externs.js
diff --git a/chrome/browser/resources/chromeos/chromevox/chromevox/injected/externs.js b/chrome/browser/resources/chromeos/chromevox/chromevox/injected/externs.js
index bf3e55c6158cbe1222ba0d3fe4dd6434f750a647..10d55eeec5e75ad8a4b8ab25a34d8572f9d79ff8 100644
--- a/chrome/browser/resources/chromeos/chromevox/chromevox/injected/externs.js
+++ b/chrome/browser/resources/chromeos/chromevox/chromevox/injected/externs.js
@@ -17,7 +17,7 @@ MathJax.Callback;
* @param {Array<*>} args
* @param {string} err
*/
-MathJax.Callback.After = function(args, err) { };
+MathJax.Callback.After = function(args, err) {};
/**
@@ -40,11 +40,11 @@ MathJax.RootElement.prototype;
/**
* @param {string} name
*/
-MathJax.RootElement.prototype.toMathML = function(name) { };
+MathJax.RootElement.prototype.toMathML = function(name) {};
/**
*/
-MathJax.RootElement.prototype.toMathMLattributes = function() { };
+MathJax.RootElement.prototype.toMathMLattributes = function() {};
/**
@@ -55,11 +55,11 @@ MathJax.Hub;
/**
* @param {string} id
*/
-MathJax.Hub.getJaxFor = function(id) { };
+MathJax.Hub.getJaxFor = function(id) {};
/**
*/
-MathJax.Hub.getAllJax = function() { };
+MathJax.Hub.getAllJax = function() {};
/**
* @type {{PreProcessor: Function,
@@ -88,7 +88,7 @@ MathJax.ElementJax.prototype.mml;
/**
* @param {?string} mml MathML expression.
*/
-MathJax.ElementJax.mml = function(mml) { };
+MathJax.ElementJax.mml = function(mml) {};
/**
@@ -108,7 +108,7 @@ MathJax.ElementJax.mml.mfenced.prototype;
/**
* @param {string} err
*/
-MathJax.ElementJax.mml.merror = function(err) { };
+MathJax.ElementJax.mml.merror = function(err) {};
/**
@@ -143,7 +143,7 @@ MathJax.HTML;
* @param {Object<string>} attribs
* @param {Array<string>} text
*/
-MathJax.HTML.Element = function(tag, attribs, text) { };
+MathJax.HTML.Element = function(tag, attribs, text) {};
/**

Powered by Google App Engine
This is Rietveld 408576698