mirror of
https://github.com/marko-js/marko.git
synced 2025-12-08 19:26:05 +00:00
Fixes #4
This commit is contained in:
parent
38bb695ab0
commit
5a6266754b
@ -138,6 +138,9 @@ function buildTag(tagObject, path, taglib, dirname) {
|
|||||||
|
|
||||||
tag.nodeClass = path;
|
tag.nodeClass = path;
|
||||||
},
|
},
|
||||||
|
preserveWhitespace: function(value) {
|
||||||
|
tag.preserveWhitespace = !!value;
|
||||||
|
},
|
||||||
transformer: function(value) {
|
transformer: function(value) {
|
||||||
var transformer = new Taglib.Transformer();
|
var transformer = new Taglib.Transformer();
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user