Skip to content

Commit 70cf7a3

Browse files
committed
Fixed jshint errors.
1 parent 8de9e0c commit 70cf7a3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/gameobjects/Video.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -368,8 +368,8 @@ Phaser.Video.prototype = {
368368

369369
try {
370370
navigator.getUserMedia(
371-
{ "audio": captureAudio, "video": true },
372-
this.getUserMediaSuccess.bind(this),
371+
{ "audio": captureAudio, "video": true },
372+
this.getUserMediaSuccess.bind(this),
373373
this.getUserMediaError.bind(this)
374374
);
375375
}
@@ -417,7 +417,7 @@ Phaser.Video.prototype = {
417417

418418
var self = this;
419419

420-
this.video.onloadeddata = function (e) {
420+
this.video.onloadeddata = function () {
421421

422422
var retry = 10;
423423

0 commit comments

Comments
 (0)