mirror of
https://github.com/shaka-project/shaka-player.git
synced 2026-06-15 16:06:41 +03:00
c9bd9a5dc9
Though not part of the library, this corrects/normalizes the license headers in the demo app to be consistent with those in the library. Issue #2638 Change-Id: I4546c4c6970d72ff71a37489fd582623bd6e2ca3
24 lines
720 B
JavaScript
24 lines
720 B
JavaScript
/*! @license
|
|
* Shaka Player
|
|
* Copyright 2016 Google LLC
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
goog.require('shakaDemo.AssetCard');
|
|
goog.require('shakaDemo.CloseButton');
|
|
goog.require('shakaDemo.Config');
|
|
goog.require('shakaDemo.Custom');
|
|
goog.require('shakaDemo.Utils');
|
|
goog.require('shakaDemo.Front');
|
|
goog.require('shakaDemo.BoolInput');
|
|
goog.require('shakaDemo.DatalistInput');
|
|
goog.require('shakaDemo.Input');
|
|
goog.require('shakaDemo.MessageIds');
|
|
goog.require('shakaDemo.NumberInput');
|
|
goog.require('shakaDemo.SelectInput');
|
|
goog.require('shakaDemo.TextInput');
|
|
goog.require('shakaDemo.InputContainer');
|
|
goog.require('shakaDemo.Main');
|
|
goog.require('shakaDemo.Search');
|
|
goog.require('shakaDemo.Tooltips');
|