Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(343)

Unified Diff: src/pkg/mime/type.go

Issue 73070043: code review 73070043: mime: update hardcoded mimetype for ".js"
Patch Set: diff -r f7021118727a https://code.google.com/p/go Created 11 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/pkg/mime/type.go
===================================================================
--- a/src/pkg/mime/type.go
+++ b/src/pkg/mime/type.go
@@ -17,7 +17,7 @@
".htm": "text/html; charset=utf-8",
".html": "text/html; charset=utf-8",
".jpg": "image/jpeg",
- ".js": "application/x-javascript",
+ ".js": "application/javascript",
".pdf": "application/pdf",
".png": "image/png",
".xml": "text/xml; charset=utf-8",
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b