mirror of
https://github.com/videojs/video.js.git
synced 2024-12-14 11:23:30 +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
|
||||
* @param {Player|Object} player
|
||||
* @param {Object=} options
|
||||
* @class
|
||||
* @constructor
|
||||
* @extends Component
|
||||
* @class Button
|
||||
*/
|
||||
class Button extends Component {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user