videojs_rails 4.11.0 → 4.11.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c5859566b78fa09a28ae4f320dec8a8de7038789
4
- data.tar.gz: 42f18794f2a096da9166824bbc587f90ab1f275c
3
+ metadata.gz: 243d432a393e60c904527d8c286a74c87f2aa6da
4
+ data.tar.gz: d24352b449747da29da254f7086bd092009cd61f
5
5
  SHA512:
6
- metadata.gz: f59b5364c73a63688a826865b6eb46edabe5dfe9a1fda58a077a8677075caf110308d837847a65f8f08a086d563cae51858a13589d7e9dd200bf65433f71b260
7
- data.tar.gz: b327fb577882debbafb08b67c6248fe50c18f7618b492516961a63620bdbdde2077d0713c6ded92b0c6cbda93b5e5af83905b37250f29634242f3be57f0f7477
6
+ metadata.gz: b49cf329b1a08d61ca789288aec81ba243a824ec13d286b5bc0621c31a139943f67b09dc42dfff800576a799f977a1a92fb045f6d9f643069b7d6ff49e2c86ea
7
+ data.tar.gz: 8a7fff9ea644f561c3ecb6edbea599792cb121a6ba858a84c837bda5dce73236ed52573388625f2d6e4e05bbd78f94a7c1b88b660f1ce03fad1ba1d53631a025
@@ -1,3 +1,3 @@
1
1
  module VideojsRails
2
- VERSION = '4.11.0'
2
+ VERSION = '4.11.1'
3
3
  end
@@ -8181,7 +8181,7 @@ vjs.TextTrack.prototype.load = function(){
8181
8181
  // Only load if not loaded yet.
8182
8182
  if (this.readyState_ === 0) {
8183
8183
  this.readyState_ = 1;
8184
- vjs.xhr(this.src_, vjs.bind(function(err, response, responseBody){
8184
+ vjs.xhr(this.src_, vjs.bind(this, function(err, response, responseBody){
8185
8185
  if (err) {
8186
8186
  return this.onError(err);
8187
8187
  }
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  Video.js Default Styles (http://videojs.com)
3
- Version 4.11.0
3
+ Version 4.11.1
4
4
  Create your own skin at http://designer.videojs.com
5
5
  */
6
6
  /* SKIN
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: videojs_rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.11.0
4
+ version: 4.11.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sean Behan