diff --git a/mustache.js b/mustache.js index 8d96d10..796992a 100644 --- a/mustache.js +++ b/mustache.js @@ -26,6 +26,7 @@ var Mustache = function() { return template; } else { this.send(template); + return; } }