|
|
@@ -80,7 +80,7 @@ var Mustache = function() { |
|
|
}, |
|
|
}, |
|
|
|
|
|
|
|
|
/* |
|
|
/* |
|
|
Tries to find a partial in the cuurent scope and render it |
|
|
|
|
|
|
|
|
Tries to find a partial in the curent scope and render it |
|
|
*/ |
|
|
*/ |
|
|
render_partial: function(name, context, partials) { |
|
|
render_partial: function(name, context, partials) { |
|
|
name = this.trim(name); |
|
|
name = this.trim(name); |
|
|
|