mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
chore(util) ownRender: comments
This commit is contained in:
parent
fa9ced60fc
commit
746d56a7a8
1 changed files with 5 additions and 3 deletions
|
|
@ -359,9 +359,11 @@
|
|||
|
||||
/**
|
||||
* function render template with view and own symbols
|
||||
* @templ
|
||||
* @view
|
||||
* @symbols
|
||||
*
|
||||
* @param templ
|
||||
* @param view
|
||||
* @param symbols
|
||||
* @param notEscape
|
||||
*/
|
||||
this.ownRender = function(templ, view, symbols, notEscape) {
|
||||
var str, expr,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue