mirror of
https://github.com/videojs/video.js.git
synced 2025-03-05 15:16:06 +02:00
Merge pull request #2258 from mboles/master
Fix Button class comments for JSDoc
This commit is contained in:
commit
d5605be8f5
@ -11,8 +11,8 @@ import assign from 'object.assign';
|
|||||||
* Base class for all buttons
|
* Base class for all buttons
|
||||||
* @param {Player|Object} player
|
* @param {Player|Object} player
|
||||||
* @param {Object=} options
|
* @param {Object=} options
|
||||||
* @class
|
* @extends Component
|
||||||
* @constructor
|
* @class Button
|
||||||
*/
|
*/
|
||||||
class Button extends Component {
|
class Button extends Component {
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user