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

Unified Diff: chrome/browser/resources/chromeos/chromevox/host/testing/mathjax.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/host/testing/mathjax.js
diff --git a/chrome/browser/resources/chromeos/chromevox/host/testing/mathjax.js b/chrome/browser/resources/chromeos/chromevox/host/testing/mathjax.js
index 2f9e329284ec927d985db9038362d9b278e8038c..f298db60e1ef17b5eeb934bc3047249b3b5ef4fc 100644
--- a/chrome/browser/resources/chromeos/chromevox/host/testing/mathjax.js
+++ b/chrome/browser/resources/chromeos/chromevox/host/testing/mathjax.js
@@ -26,46 +26,44 @@ goog.inherits(cvox.TestMathJax, cvox.AbstractMathJax);
/**
* @override
*/
-cvox.TestMathJax.prototype.isMathjaxActive = function(callback) { };
+cvox.TestMathJax.prototype.isMathjaxActive = function(callback) {};
/**
* @override
*/
-cvox.TestMathJax.prototype.getAllJax = function(callback) { };
+cvox.TestMathJax.prototype.getAllJax = function(callback) {};
/**
* @override
*/
-cvox.TestMathJax.prototype.registerSignal = function(
- callback, signal) { };
+cvox.TestMathJax.prototype.registerSignal = function(callback, signal) {};
/**
* @override
*/
-cvox.TestMathJax.prototype.injectScripts = function() { };
+cvox.TestMathJax.prototype.injectScripts = function() {};
/**
* @override
*/
-cvox.TestMathJax.prototype.configMediaWiki = function() { };
+cvox.TestMathJax.prototype.configMediaWiki = function() {};
/**
* @override
*/
-cvox.TestMathJax.prototype.getTex = function(callback, texNode) { };
+cvox.TestMathJax.prototype.getTex = function(callback, texNode) {};
/**
* @override
*/
-cvox.TestMathJax.prototype.getAsciiMath = function(callback, asciiMathNode) { };
+cvox.TestMathJax.prototype.getAsciiMath = function(callback, asciiMathNode) {};
/** Export platform constructor. */
-cvox.HostFactory.mathJaxConstructor =
- cvox.TestMathJax;
+cvox.HostFactory.mathJaxConstructor = cvox.TestMathJax;

Powered by Google App Engine
This is Rietveld 408576698