videojs_rails 4.11.0 → 4.11.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 243d432a393e60c904527d8c286a74c87f2aa6da
|
|
4
|
+
data.tar.gz: d24352b449747da29da254f7086bd092009cd61f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b49cf329b1a08d61ca789288aec81ba243a824ec13d286b5bc0621c31a139943f67b09dc42dfff800576a799f977a1a92fb045f6d9f643069b7d6ff49e2c86ea
|
|
7
|
+
data.tar.gz: 8a7fff9ea644f561c3ecb6edbea599792cb121a6ba858a84c837bda5dce73236ed52573388625f2d6e4e05bbd78f94a7c1b88b660f1ce03fad1ba1d53631a025
|
|
@@ -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
|
}
|