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

Unified Diff: chrome/browser/resources/chromeos/chromevox/chromevox/injected/externs.js

Issue 2939273002: DO NOT SUBMIT: what chrome/browser/resources/ could eventually look like with clang-format (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 5d6280bfb3d4e64f67f5de7322ff600e5e2997fa..c7df10a140559bd2792f89dc1167b376bef14e7a 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