Index: chrome/browser/resources/chromeos/chromevox/chromevox/injected/init_globals.js |
diff --git a/chrome/browser/resources/chromeos/chromevox/chromevox/injected/init_globals.js b/chrome/browser/resources/chromeos/chromevox/chromevox/injected/init_globals.js |
index 73df385ecb747163a79f84598c4e61b4f43eac47..31330e9bf734afdfb11e1e2bc19f8996dc20939c 100644 |
--- a/chrome/browser/resources/chromeos/chromevox/chromevox/injected/init_globals.js |
+++ b/chrome/browser/resources/chromeos/chromevox/chromevox/injected/init_globals.js |
@@ -22,7 +22,7 @@ goog.require('cvox.Serializer'); |
/** |
* @constructor |
*/ |
-cvox.InitGlobals = function() { }; |
+cvox.InitGlobals = function() {}; |
/** |
@@ -34,9 +34,9 @@ cvox.InitGlobals.initGlobals = function() { |
} |
cvox.ChromeVox.tts = new cvox.CompositeTts() |
- .add(cvox.HostFactory.getTts()) |
- .add(cvox.History.getInstance()) |
- .add(cvox.ConsoleTts.getInstance()); |
+ .add(cvox.HostFactory.getTts()) |
+ .add(cvox.History.getInstance()) |
+ .add(cvox.ConsoleTts.getInstance()); |
if (!cvox.ChromeVox.braille) { |
cvox.ChromeVox.braille = cvox.HostFactory.getBraille(); |