diff options
| author | Teddy Wing | 2020-05-09 00:32:16 +0200 | 
|---|---|---|
| committer | Teddy Wing | 2020-05-09 00:50:19 +0200 | 
| commit | 9eecf1c6be59ff3c04152390d7ce556e36965fd8 (patch) | |
| tree | 2d6cec9c91a0585eca48847acfc729fbca7f1fd2 /src/controls.ts | |
| parent | 21afe4648732d2fc6b6fc0a92de3a0b0d7f91264 (diff) | |
| download | netflix-immersive-9eecf1c6be59ff3c04152390d7ce556e36965fd8.tar.bz2 | |
Add documentation comments
Diffstat (limited to 'src/controls.ts')
| -rw-r--r-- | src/controls.ts | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/src/controls.ts b/src/controls.ts index b89177d..fe4a727 100644 --- a/src/controls.ts +++ b/src/controls.ts @@ -19,6 +19,7 @@ import logger from './logger';  const controls = { +	// Hide playback controls.  	hide: function() {  		logger.debug('hide():', 'Hiding controls'); | 
