blob: 1f07a80a719aeb61256e859fcd0050ec91e79818 [file] [log] [blame]
// Copyright 2014 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// Common external variables when compiling ChromeVox background code
var localStorage = {};
var PhoneticDictionaries = {};
/** Speech Rule Engine. See sre_browser.js. */
var SRE = {};
SRE.walk = function(mathMlStr) {};