From 514eb3d4e4cc7ad54aa4868f93e67d56589faf18 Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Sun, 29 Apr 2018 12:32:25 +0200 Subject: [PATCH] No need for a comma there --- platypush/backend/http/static/js/video.omxplayer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platypush/backend/http/static/js/video.omxplayer.js b/platypush/backend/http/static/js/video.omxplayer.js index c956b687e..31fe93156 100644 --- a/platypush/backend/http/static/js/video.omxplayer.js +++ b/platypush/backend/http/static/js/video.omxplayer.js @@ -136,7 +136,7 @@ $(document).ready(function() { function() { $videoResults.html(results); - }, + } ); }); };