videojs_rails 4.4.1 → 4.4.2
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: 96b164611bd2fe6378ff8a78a32999efa490459a
|
|
4
|
+
data.tar.gz: 123e1f8e5c54115e44e865cd336c9a46cca6ce16
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a72f6f9b2d911a41dc0599d983a3cf0a0f003b230139825b8e20a468bec10ea6e1a53fb1b848109df34fecfc51e13cd8a47bb1596da3aa702d7004f44ef8e05a
|
|
7
|
+
data.tar.gz: a3f5b8f1c6e30167da95219ea9e23932263c05e98df7fe325e0f1fa581e8d36aae79e7a29ab09af1c439c3acb57085f5855a043f4c19f245c35747c5b7b23488
|
|
@@ -129,7 +129,7 @@ if (typeof define === 'function' && define['amd']) {
|
|
|
129
129
|
|
|
130
130
|
// checking that module is an object too because of umdjs/umd#35
|
|
131
131
|
} else if (typeof exports === 'object' && typeof module === 'object') {
|
|
132
|
-
module
|
|
132
|
+
module['exports'] = videojs;
|
|
133
133
|
}
|
|
134
134
|
/**
|
|
135
135
|
* Core Object/Class for objects that use inheritance + contstructors
|