Commit 8e7e2db5 authored by David Tseng's avatar David Tseng Committed by Commit Bot

Fix ChromeVox Closure checks

TBR=dmazzoni@chromium.org

Change-Id: I7308081ae5c108f8865d1af360ffe21bdf6b538c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1885970Reviewed-by: default avatarDavid Tseng <dtseng@chromium.org>
Commit-Queue: David Tseng <dtseng@chromium.org>
Cr-Commit-Position: refs/heads/master@{#710229}
parent fe665ebc
......@@ -17,6 +17,7 @@ goog.require('PanelCommand');
goog.require('cvox.BrailleTable');
goog.require('cvox.BrailleTranslatorManager');
goog.require('cvox.ChromeVox');
goog.require('cvox.ChromeVoxKbHandler');
goog.require('cvox.ChromeVoxPrefs');
goog.require('cvox.CommandStore');
goog.require('cvox.ExtensionBridge');
......
......@@ -65,10 +65,6 @@ cvox.ChromeVox.tts;
* @type {cvox.BrailleInterface}
*/
cvox.ChromeVox.braille;
/**
* @type {cvox.MathJaxInterface}
*/
cvox.ChromeVox.mathJax;
/**
* @type {boolean}
*/
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment