Skip to content

Commit f78a4cb

Browse files
committed
jshint fixes.
1 parent f725ac4 commit f78a4cb

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
@@ -283,8 +283,8 @@ Phaser.Video.prototype = {
283283

284284
var self = this;
285285

286-
navigator.getUserMedia({
287-
"audio": captureAudio,
286+
navigator.getUserMedia({
287+
"audio": captureAudio,
288288
"video": true
289289
},
290290
function(stream) {
@@ -320,7 +320,7 @@ Phaser.Video.prototype = {
320320
if (self.video.videoWidth > 0)
321321
{
322322
// Patch for Firefox bug where the height can't be read from the video
323-
var width = self.video.videoWidth
323+
var width = self.video.videoWidth;
324324

325325
if (isNaN(self.video.videoHeight))
326326
{

0 commit comments

Comments
 (0)