From b0a9278566c207f41c8ded8a2b454d7bfb0bbca2 Mon Sep 17 00:00:00 2001 From: Avital Oliver Date: Wed, 18 Sep 2013 19:46:16 -0700 Subject: [PATCH] fix template compiler dealing with html comments --- packages/spacebars/spacebars.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/spacebars/spacebars.js b/packages/spacebars/spacebars.js index 60aaea0cb4..c31b46baa4 100644 --- a/packages/spacebars/spacebars.js +++ b/packages/spacebars/spacebars.js @@ -903,7 +903,8 @@ Spacebars.compile = function (inputString, options) { renderableString(''); break; case 'DocType':