chore(main) sendFile: rm header

This commit is contained in:
coderaiser 2014-04-07 04:28:17 -04:00
parent 8b7251ba74
commit 6e618f5089

View file

@ -218,7 +218,7 @@
header = {
'Access-Control-Allow-Origin' : '*',
'Content-Type' : type + encoding,
'Last-Modified' : '' + new Date(),
//'Last-Modified' : '' + new Date(),
'Vary' : 'Accept-Encoding'
};
@ -261,7 +261,7 @@
* @param pGzip - данные сжаты gzip'ом
*/
function sendFile(params) {
var isGzip, header,
var isGzip,
p = params,
ret = checkParams(params);