Skip to content

Commit

Permalink
stripWhitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinpschaaf committed Oct 27, 2018
1 parent c421f08 commit 09a6d1a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/mixins/template-stamp.html
Original file line number Diff line number Diff line change
Expand Up @@ -203,9 +203,9 @@
if (!template._templateInfo) {
let templateInfo = template._templateInfo = {};
templateInfo.nodeInfoList = [];
templateInfo.stripWhiteSpace =
(outerTemplateInfo && outerTemplateInfo.stripWhiteSpace) ||
template.hasAttribute('strip-whitespace');
templateInfo.stripWhiteSpace = true;
// (outerTemplateInfo && outerTemplateInfo.stripWhiteSpace) ||
// template.hasAttribute('strip-whitespace');
this._parseTemplateContent(template, templateInfo, {parent: null});
}
return template._templateInfo;
Expand Down

0 comments on commit 09a6d1a

Please sign in to comment.