mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
fix Blaze._toDOM
This commit is contained in:
2
packages/blaze/materialize.js
vendored
2
packages/blaze/materialize.js
vendored
@@ -231,6 +231,6 @@ Blaze.ToDOMVisitor = HTML.Visitor.extend({
|
||||
// For example, if `content` is a string, it will be converted
|
||||
// into a text node. If it is an HTMLJS node, then it will
|
||||
// be converted into a DOM element.
|
||||
Blaze.toDOM = function (content) {
|
||||
Blaze._toDOM = function (content) {
|
||||
return (new Blaze.ToDOMVisitor).visit(content, []);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user