mirror of
https://github.com/shaka-project/shaka-player.git
synced 2026-06-14 15:56:38 +03:00
20 lines
244 B
JavaScript
20 lines
244 B
JavaScript
/*! @license
|
|
* Shaka Player
|
|
* Copyright 2016 Google LLC
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
/**
|
|
* @fileoverview Externs for WebOS
|
|
*
|
|
* @externs
|
|
*/
|
|
|
|
|
|
/** @const */
|
|
var PalmSystem = {};
|
|
|
|
|
|
/** @type {string} */
|
|
PalmSystem.deviceInfo;
|