We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
strip-whitespace
1 parent d1f36d8 commit e55efa0Copy full SHA for e55efa0
lib/mixins/template-stamp.html
@@ -204,7 +204,7 @@
204
if (!template._templateInfo) {
205
let templateInfo = template._templateInfo = {};
206
templateInfo.nodeInfoList = [];
207
- templateInfo.stripWhiteSpace = Polymer.legacyOptimizations ||
+ templateInfo.stripWhiteSpace =
208
(outerTemplateInfo && outerTemplateInfo.stripWhiteSpace) ||
209
template.hasAttribute('strip-whitespace');
210
this._parseTemplateContent(template, templateInfo, {parent: null});
0 commit comments