1
0
mirror of https://github.com/videojs/video.js.git synced 2024-12-12 11:15:04 +02:00

Updated Button class comments

This commit is contained in:
Matt Boles 2015-06-12 11:31:18 -04:00
parent 05b6bb2ae4
commit e4ddb4f769

View File

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