videojs_rails 4.10.0 → 4.10.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a09dc3e83720d1570eb33dd8908106b722983b6c
|
4
|
+
data.tar.gz: 7d0d0b537a87eed19d17bd564e8eec73cc55ca0b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 313c49c0e26e80117cff722cbe0d5568a455bb49706e87a7705d6b8d903dba9a4a075a1f56661d5a84810c5fdb6913010a0e70f9d52f428e7d92d7cfb42afb07
|
7
|
+
data.tar.gz: 2e98ec34cc37c780820a97183b111d0c34aa949f840d89aeac283876f6e2b4628d9a15a1fbeaa352bf1ade6506ea307b7b8993d2dd26f097df30ea19d1fae61c
|
@@ -6546,7 +6546,6 @@ vjs.Html5 = vjs.MediaTechController.extend({
|
|
6546
6546
|
// so we can remove this all together. Right now this will block custom
|
6547
6547
|
// controls on touch enabled laptops like the Chrome Pixel
|
6548
6548
|
if (vjs.TOUCH_ENABLED && player.options()['nativeControlsForTouch'] === true) {
|
6549
|
-
alert('useNativeControls');
|
6550
6549
|
this.useNativeControls();
|
6551
6550
|
}
|
6552
6551
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: videojs_rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 4.10.
|
4
|
+
version: 4.10.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Sean Behan
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-07-
|
11
|
+
date: 2015-07-19 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: HTML5 VideoJS plugin
|
14
14
|
email:
|