Skip to content

Commit 5ea2659

Browse files
committed
Merge pull request chartjs#931 from jtibble/master
Removed trailing comma
2 parents afd2631 + c09cac1 commit 5ea2659

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gulpfile.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ gulp.task('default', ['build', 'watch']);
124124

125125
gulp.task('server', function(){
126126
connect.server({
127-
port: 8000,
127+
port: 8000
128128
});
129129
});
130130

0 commit comments

Comments
 (0)