Merge pull request #931 from jtibble/master

Removed trailing comma
This commit is contained in:
Nick Downie 2015-02-11 00:09:58 +00:00
commit 5ea265983e

View File

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