chore(rest) rm " "

This commit is contained in:
coderaiser 2013-10-28 15:54:39 +00:00
parent c2a28bc6fd
commit 7ab3e5549e

View file

@ -39,7 +39,7 @@
lRet = Util.isContainStr(p.name, lAPIURL);
if (lRet) {
p.name = Util.removeStrOneTime(p.name, lAPIURL);
sendData( pParams);
sendData(pParams);
}
}
return lRet;