chore(main) rm " "

This commit is contained in:
coderaiser 2013-10-25 14:22:13 +00:00
parent 91210a8b1f
commit 8a86bf2875

View file

@ -194,10 +194,10 @@
lContentEncoding = '';
/* if type of file any, but img - then we shoud specify charset */
if ( !Util.isContainStr(lType, 'img') )
if (!Util.isContainStr(lType, 'img'))
lContentEncoding = '; charset=UTF-8';
if ( Util.isContainStr(p.query, 'download') )
if (Util.isContainStr(p.query, 'download'))
lType = 'application/octet-stream';
lRet = {