fix(ponse) generateHeaders: ext -> extionsion

This commit is contained in:
coderaiser 2014-08-14 08:32:51 -04:00
parent 14597a31fa
commit 24e558a569

View file

@ -134,7 +134,7 @@
'Content-Length': p.range.size
});
cmp = Util.strCmp(ext, '.appcache');
cmp = Util.strCmp(extension, '.appcache');
if (!p.cache || cmp)
maxAge = 0;