lol idk #1

Open
Quaternions wants to merge 827 commits from StrafesNET/strafe-project:master into master
Showing only changes of commit 6b66009c44 - Show all commits

View File

@ -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 dom=WeakDom::new( let dom=WeakDom::new(