diff --git a/compiler/taglibs/taglib-loader.js b/compiler/taglibs/taglib-loader.js index 91b041cdb..2c2e77c6e 100644 --- a/compiler/taglibs/taglib-loader.js +++ b/compiler/taglibs/taglib-loader.js @@ -138,6 +138,9 @@ function buildTag(tagObject, path, taglib, dirname) { tag.nodeClass = path; }, + preserveWhitespace: function(value) { + tag.preserveWhitespace = !!value; + }, transformer: function(value) { var transformer = new Taglib.Transformer();