add basic div creation.
This commit is contained in:
parent
54964c8bd4
commit
b6b4d10bef
|
@ -7842,6 +7842,10 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return result;
|
return result;
|
||||||
|
},
|
||||||
|
div(){
|
||||||
|
const dom=lib.linq.dom;
|
||||||
|
return dom.inject(document.createElement("div"),dom.generate(...arguments));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue