fix(client) format -> formatMsg

This commit is contained in:
coderaiser 2013-11-22 11:19:27 +00:00
parent 475f0ccca2
commit 970ba867a1

View file

@ -174,7 +174,7 @@ var Util, DOM, CloudFunc, CloudCmd;
lFile = lQuery[2];
lCurrent = DOM.getCurrentFileByName(lFile);
if (lFile && !lCurrent) {
lMsg = CloudFunc.format('set current file', lFile, 'error');
lMsg = CloudFunc.formatMsg('set current file', lFile, 'error');
Util.log(lMsg);
} else {
DOM.setCurrentFile(lCurrent);