mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
chore(dom) rm \n in getCurrentData
This commit is contained in:
parent
c37aca5876
commit
96f6bb04c5
1 changed files with 1 additions and 2 deletions
|
|
@ -1280,14 +1280,13 @@ var CloudCmd, Util, DOM, CloudFunc;
|
|||
return lRet;
|
||||
};
|
||||
|
||||
/**
|
||||
/**
|
||||
* unified way to get current file content
|
||||
*
|
||||
* @pCallBack - function({data, name}){}
|
||||
* @pCurrentFile
|
||||
*/
|
||||
this.getCurrentData = function(pCallBack, pCurrentFile){
|
||||
|
||||
var lParams,
|
||||
lCurrentFile = pCurrentFile ? pCurrentFile : this.getCurrentFile(),
|
||||
lFunc = function(pData){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue