]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
Removed trailing comma 931/head
authorJohn Tibble <jtibble@users.noreply.github.com>
Tue, 10 Feb 2015 21:13:03 +0000 (16:13 -0500)
committerJohn Tibble <jtibble@users.noreply.github.com>
Tue, 10 Feb 2015 21:13:03 +0000 (16:13 -0500)
Automated scan at my place of employment caught this trailing comma

gulpfile.js

index 8b3baf95091d4eaede5e4817cef2ae5e1a9ab652..e8fe1c7115949d270e577b7604933744147fb9f4 100644 (file)
@@ -124,7 +124,7 @@ gulp.task('default', ['build', 'watch']);
 
 gulp.task('server', function(){
        connect.server({
-               port: 8000,
+               port: 8000
        });
 });