mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
feature(util) render: rm param, it is default
This commit is contained in:
parent
aea63e7827
commit
a6e8ebab39
1 changed files with 1 additions and 1 deletions
|
|
@ -544,7 +544,7 @@ Util = exports || {};
|
|||
* @pView
|
||||
*/
|
||||
Util.render = function(pTempl, pView) {
|
||||
var lRet = Util.ownRender(pTempl, pView, ['{', '}']);
|
||||
var lRet = Util.ownRender(pTempl, pView);
|
||||
|
||||
return lRet;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue