From 746d56a7a8f90a71a00b4e40683d6ddbaf09f4ee Mon Sep 17 00:00:00 2001 From: coderaiser Date: Thu, 30 Oct 2014 04:38:32 -0400 Subject: [PATCH] chore(util) ownRender: comments --- lib/util.js | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/lib/util.js b/lib/util.js index 0d2faaeb..9427e8ec 100644 --- a/lib/util.js +++ b/lib/util.js @@ -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,