mirror of
https://github.com/marko-js/marko.git
synced 2025-12-08 19:26:05 +00:00
Added .w() method to AsyncVDOMBuilder.js
This commit is contained in:
parent
9f68bfd5b7
commit
9a3cd7174f
@ -314,6 +314,6 @@ proto.e = proto.element;
|
||||
proto.be = proto.beginElement;
|
||||
proto.ee = proto.endElement;
|
||||
proto.t = proto.text;
|
||||
proto.h = proto.write = proto.html;
|
||||
proto.h = proto.w = proto.write = proto.html;
|
||||
|
||||
module.exports = AsyncVDOMBuilder;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user