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( |