This commit is contained in:
Phil Gates-Idem 2014-10-28 10:19:16 -04:00
parent 38bb695ab0
commit 5a6266754b

View File

@ -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();