1
0
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:
Matt Boles
2015-06-12 11:31:18 -04:00
committed by heff
parent f73f69c66c
commit 77a96bea6f
75 changed files with 2414 additions and 447 deletions

View File

@ -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