mirror of
https://github.com/videojs/video.js.git
synced 2025-07-13 01:30:17 +02:00
Improved JSDoc comments everywhere for new docs generation
closes #2270
This commit is contained in:
@ -1,10 +1,14 @@
|
||||
/**
|
||||
* @file browser.js
|
||||
*/
|
||||
import document from 'global/document';
|
||||
import window from 'global/window';
|
||||
|
||||
const USER_AGENT = window.navigator.userAgent;
|
||||
|
||||
/**
|
||||
/*
|
||||
* Device is an iPhone
|
||||
*
|
||||
* @type {Boolean}
|
||||
* @constant
|
||||
* @private
|
||||
|
Reference in New Issue
Block a user