Use single quotes :P
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
function getContentTypeHeader(type) {
|
||||
return type === "application/javascript" ? type + "; charset=utf-8" : type;
|
||||
return type === 'application/javascript' ? type + '; charset=utf-8' : type;
|
||||
}
|
||||
|
||||
module.exports = getContentTypeHeader;
|
||||
|
Reference in New Issue
Block a user