From: John Tibble Date: Tue, 10 Feb 2015 21:13:03 +0000 (-0500) Subject: Removed trailing comma X-Git-Tag: v1.0.2~7^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F931%2Fhead;p=thirdparty%2FChart.js.git Removed trailing comma Automated scan at my place of employment caught this trailing comma --- diff --git a/gulpfile.js b/gulpfile.js index 8b3baf950..e8fe1c711 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -124,7 +124,7 @@ gulp.task('default', ['build', 'watch']); gulp.task('server', function(){ connect.server({ - port: 8000, + port: 8000 }); });