Skip to content

0.3.0 Doctype

Ivan S Glazunov edited this page Feb 20, 2015 · 2 revisions

sources/doctype

Templates.Doctype

[new] T.Doctype(...arguments: Array<TSelector|TAttributes>) => this;

Added assembler doctype tag.

var i = T.Doctype.selector('[html]');
console.log(i); // <!DOCTYPE html>
Clone this wiki locally