self
This commit is contained in:
parent
38a25147ba
commit
9c7b77908e
@ -16,8 +16,8 @@ pub struct Context{
|
|||||||
}
|
}
|
||||||
|
|
||||||
impl Context{
|
impl Context{
|
||||||
pub const fn new(dom:WeakDom)->Context{
|
pub const fn new(dom:WeakDom)->Self{
|
||||||
Context{dom}
|
Self{dom}
|
||||||
}
|
}
|
||||||
pub fn script_singleton(source:String)->(Context,crate::runner::instance::Script){
|
pub fn script_singleton(source:String)->(Context,crate::runner::instance::Script){
|
||||||
let script=InstanceBuilder::new("Script")
|
let script=InstanceBuilder::new("Script")
|
||||||
|
Loading…
Reference in New Issue
Block a user