Added .w() method to AsyncVDOMBuilder.js

This commit is contained in:
Patrick Steele-Idem 2017-02-01 11:00:53 -07:00
parent 9f68bfd5b7
commit 9a3cd7174f

View File

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