Skip to content

Commit bc348aa

Browse files
tykus160joeyparrish
authored andcommitted
chore: Remove JSDoc for empty constructors (#8955)
We don't need this anymore with `exemptEmptyConstructors` config added in #8901
1 parent 44d2225 commit bc348aa

35 files changed

+0
-35
lines changed

demo/cast_receiver/receiver_app.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ goog.require('ShakaDemoAssetInfo');
1313
* @suppress {missingProvide}
1414
*/
1515
class ShakaReceiverApp {
16-
/** */
1716
constructor() {
1817
/** @private {HTMLVideoElement} */
1918
this.video_ = null;

demo/main.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ goog.require('shakaDemo.VisualizerButton');
2121
* configuration, etc).
2222
*/
2323
shakaDemo.Main = class {
24-
/** */
2524
constructor() {
2625
/** @private {HTMLVideoElement} */
2726
this.video_ = null;

lib/abr/ewma_bandwidth_estimator.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ goog.require('shaka.abr.Ewma');
1717
*
1818
*/
1919
shaka.abr.EwmaBandwidthEstimator = class {
20-
/** */
2120
constructor() {
2221
/**
2322
* A fast-moving average.

lib/abr/simple_abr_manager.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ goog.requireType('shaka.util.CmsdManager');
4040
* @export
4141
*/
4242
shaka.abr.SimpleAbrManager = class {
43-
/** */
4443
constructor() {
4544
/** @private {?shaka.extern.AbrManager.SwitchCallback} */
4645
this.switch_ = null;

lib/ads/ad_manager.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,6 @@ goog.require('shaka.util.TXml');
414414
* @export
415415
*/
416416
shaka.ads.AdManager = class extends shaka.util.FakeEventTarget {
417-
/** */
418417
constructor() {
419418
super();
420419
/** @private {shaka.ads.InterstitialAdManager} */

lib/ads/ads_stats.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ goog.provide('shaka.ads.AdsStats');
1414
* @final
1515
*/
1616
shaka.ads.AdsStats = class {
17-
/** */
1817
constructor() {
1918
/** @private {!Array<number>} */
2019
this.loadTimes_ = [];

lib/cea/cea_decoder.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ goog.requireType('shaka.cea.DtvccPacket');
2222
* @export
2323
*/
2424
shaka.cea.CeaDecoder = class {
25-
/** */
2625
constructor() {
2726
/**
2827
* An array of CEA-608 closed caption data extracted for decoding.

lib/cea/dtvcc_packet_builder.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ goog.requireType('shaka.cea.Cea708Service');
1919
* before the current packet is finished being built.
2020
*/
2121
shaka.cea.DtvccPacketBuilder = class {
22-
/** */
2322
constructor() {
2423
/**
2524
* An array containing built DTVCC packets that are ready to be processed.

lib/cea/mp4_cea_parser.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ goog.require('shaka.util.Mp4BoxParsers');
2222
* @export
2323
*/
2424
shaka.cea.Mp4CeaParser = class {
25-
/** */
2625
constructor() {
2726
/**
2827
* SEI data processor.

lib/cea/ts_cea_parser.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ goog.require('shaka.util.TsParser');
1818
* @export
1919
*/
2020
shaka.cea.TsCeaParser = class {
21-
/** */
2221
constructor() {
2322
/**
2423
* SEI data processor.

0 commit comments

Comments
 (0)