@lls/lls-audio 0.0.87 → 0.0.88
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.
- package/package.json +3 -3
- package/player/Audio.js +0 -2
- package/player/index.js +0 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lls/lls-audio",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.88",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"devDependencies": {
|
|
6
6
|
"@kadira/storybook": "2.21.0",
|
|
@@ -16,8 +16,8 @@
|
|
|
16
16
|
"conventional-changelog-cli": "1.2.0",
|
|
17
17
|
"css-loader": "0.26.1",
|
|
18
18
|
"file-saver": "1.3.3",
|
|
19
|
-
"react": "15.
|
|
20
|
-
"react-dom": "15.
|
|
19
|
+
"react": "15.6.2",
|
|
20
|
+
"react-dom": "15.6.2",
|
|
21
21
|
"release-it": "2.4.0",
|
|
22
22
|
"style-loader": "0.13.1",
|
|
23
23
|
"superheroes": "1.0.0"
|
package/player/Audio.js
CHANGED
|
@@ -35,7 +35,6 @@ var Player = function (_Component) {
|
|
|
35
35
|
_this.refs.player.play();
|
|
36
36
|
} catch (e) {
|
|
37
37
|
// On tablet play needs to be triggered with a hand gesture
|
|
38
|
-
console.log("e", e);
|
|
39
38
|
}
|
|
40
39
|
};
|
|
41
40
|
|
|
@@ -44,7 +43,6 @@ var Player = function (_Component) {
|
|
|
44
43
|
_this.refs.player.pause();
|
|
45
44
|
} catch (e) {
|
|
46
45
|
// On tablet play needs to be triggered with a hand gesture
|
|
47
|
-
console.log("e", e);
|
|
48
46
|
}
|
|
49
47
|
};
|
|
50
48
|
|
package/player/index.js
CHANGED
|
@@ -228,7 +228,6 @@ var Player = function (_Component) {
|
|
|
228
228
|
this.refs.audio.play();
|
|
229
229
|
} catch (e) {
|
|
230
230
|
// On tablet play needs to be triggered with a hand gesture
|
|
231
|
-
console.log("e", e);
|
|
232
231
|
}
|
|
233
232
|
}
|
|
234
233
|
}, {
|
|
@@ -238,7 +237,6 @@ var Player = function (_Component) {
|
|
|
238
237
|
this.refs.audio.pause();
|
|
239
238
|
} catch (e) {
|
|
240
239
|
// On tablet play needs to be triggered with a hand gesture
|
|
241
|
-
console.log("e", e);
|
|
242
240
|
}
|
|
243
241
|
}
|
|
244
242
|
}, {
|