Removed trailing comma

Automated scan at my place of employment caught this trailing comma
This commit is contained in:
John Tibble 2015-02-10 16:13:03 -05:00
parent afd2631728
commit c09cac1cdd

View File

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