mirror of
https://github.com/videojs/video.js.git
synced 2025-01-17 10:46:00 +02:00
@woollybogger exported the hasClass function. closes #1839
This commit is contained in:
parent
5e371b4625
commit
265ed0eca2
@ -21,6 +21,7 @@ CHANGELOG
|
||||
* @mmcc improved tap sensitivity ([view](https://github.com/videojs/video.js/pull/1830))
|
||||
* Add vjs-ended class when playback reaches the end of the timeline ([view](https://github.com/videojs/video.js/pull/1857))
|
||||
* @dmlap Add network and ready state properties ([view](https://github.com/videojs/video.js/pull/1854))
|
||||
* @woollybogger exported the hasClass function ([view](https://github.com/videojs/video.js/pull/1839))
|
||||
|
||||
--------------------
|
||||
|
||||
|
@ -66,6 +66,7 @@ goog.exportProperty(vjs.Component.prototype, 'dimensions', vjs.Component.prototy
|
||||
goog.exportProperty(vjs.Component.prototype, 'ready', vjs.Component.prototype.ready);
|
||||
goog.exportProperty(vjs.Component.prototype, 'addClass', vjs.Component.prototype.addClass);
|
||||
goog.exportProperty(vjs.Component.prototype, 'removeClass', vjs.Component.prototype.removeClass);
|
||||
goog.exportProperty(vjs.Component.prototype, 'hasClass', vjs.Component.prototype.hasClass);
|
||||
goog.exportProperty(vjs.Component.prototype, 'buildCSSClass', vjs.Component.prototype.buildCSSClass);
|
||||
goog.exportProperty(vjs.Component.prototype, 'localize', vjs.Component.prototype.localize);
|
||||
goog.exportProperty(vjs.Component.prototype, 'setInterval', vjs.Component.prototype.setInterval);
|
||||
|
Loading…
Reference in New Issue
Block a user