From 938f6cf0b6f1031a86ffe8b138cf97eabeb998ae Mon Sep 17 00:00:00 2001 From: Jan Lehnardt Date: Wed, 3 Mar 2010 20:35:30 -0800 Subject: [PATCH] return! --- mustache.js | 1 + 1 file changed, 1 insertion(+) 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; } }