Files
shaka-player/externs/css_style_declaration.js
T

20 lines
296 B
JavaScript

/*! @license
* Shaka Player
* Copyright 2016 Google LLC
* SPDX-License-Identifier: Apache-2.0
*/
/**
* @fileoverview Externs for CSSStyleDeclaration properties not in the
* Closure compiler.
*
* @externs
*/
/**
* @type {string}
*/
CSSStyleDeclaration.prototype.textCombineUpright;