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

Unified Diff: chrome/browser/resources/chromeos/chromevox/braille/spans.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/braille/spans.js
diff --git a/chrome/browser/resources/chromeos/chromevox/braille/spans.js b/chrome/browser/resources/chromeos/chromevox/braille/spans.js
index 103da9c0b813da2da192168019d914ac6fa19564..525b107e589b97de92251abcac8347790013fcc5 100644
--- a/chrome/browser/resources/chromeos/chromevox/braille/spans.js
+++ b/chrome/browser/resources/chromeos/chromevox/braille/spans.js
@@ -47,9 +47,7 @@ cvox.ValueSpan.prototype.toJson = function() {
Spannable.registerSerializableSpan(
- cvox.ValueSpan,
- 'cvox.ValueSpan',
- cvox.ValueSpan.fromJson,
+ cvox.ValueSpan, 'cvox.ValueSpan', cvox.ValueSpan.fromJson,
cvox.ValueSpan.prototype.toJson);
@@ -57,8 +55,7 @@ Spannable.registerSerializableSpan(
* Attached to the selected text within a value.
* @constructor
*/
-cvox.ValueSelectionSpan = function() {
-};
+cvox.ValueSelectionSpan = function() {};
Spannable.registerStatelessSerializableSpan(

Powered by Google App Engine
This is Rietveld 408576698